#[repr(C)]pub struct lfs_file_lfs_ctz {
pub head: lfs_block_t,
pub size: lfs_size_t,
}Fields§
§head: lfs_block_t§size: lfs_size_tTrait Implementations§
Source§impl Clone for lfs_file_lfs_ctz
impl Clone for lfs_file_lfs_ctz
Source§fn clone(&self) -> lfs_file_lfs_ctz
fn clone(&self) -> lfs_file_lfs_ctz
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_lfs_ctz
impl Debug for lfs_file_lfs_ctz
Source§impl Default for lfs_file_lfs_ctz
impl Default for lfs_file_lfs_ctz
Source§fn default() -> lfs_file_lfs_ctz
fn default() -> lfs_file_lfs_ctz
Returns the “default value” for a type. Read more
impl Copy for lfs_file_lfs_ctz
Auto Trait Implementations§
impl Freeze for lfs_file_lfs_ctz
impl RefUnwindSafe for lfs_file_lfs_ctz
impl Send for lfs_file_lfs_ctz
impl Sync for lfs_file_lfs_ctz
impl Unpin for lfs_file_lfs_ctz
impl UnwindSafe for lfs_file_lfs_ctz
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