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