#[repr(C)]pub struct lfs_file_config {
pub buffer: *mut c_void,
pub attrs: *mut lfs_attr,
pub attr_count: lfs_size_t,
}Fields§
§buffer: *mut c_void§attrs: *mut lfs_attr§attr_count: lfs_size_tTrait Implementations§
Source§impl Clone for lfs_file_config
impl Clone for lfs_file_config
Source§fn clone(&self) -> lfs_file_config
fn clone(&self) -> lfs_file_config
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for lfs_file_config
impl Debug for lfs_file_config
Source§impl Default for lfs_file_config
impl Default for lfs_file_config
impl Copy for lfs_file_config
Auto Trait Implementations§
impl Freeze for lfs_file_config
impl RefUnwindSafe for lfs_file_config
impl !Send for lfs_file_config
impl !Sync for lfs_file_config
impl Unpin for lfs_file_config
impl UnwindSafe for lfs_file_config
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more