#[repr(C)]pub struct lfs_lfs_mlist {
pub next: *mut lfs_lfs_mlist,
pub id: u16,
pub type_: u8,
pub m: lfs_mdir_t,
}Fields§
§next: *mut lfs_lfs_mlist§id: u16§type_: u8§m: lfs_mdir_tTrait Implementations§
Source§impl Clone for lfs_lfs_mlist
impl Clone for lfs_lfs_mlist
Source§fn clone(&self) -> lfs_lfs_mlist
fn clone(&self) -> lfs_lfs_mlist
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_lfs_mlist
impl Debug for lfs_lfs_mlist
Source§impl Default for lfs_lfs_mlist
impl Default for lfs_lfs_mlist
impl Copy for lfs_lfs_mlist
Auto Trait Implementations§
impl Freeze for lfs_lfs_mlist
impl RefUnwindSafe for lfs_lfs_mlist
impl !Send for lfs_lfs_mlist
impl !Sync for lfs_lfs_mlist
impl Unpin for lfs_lfs_mlist
impl UnwindSafe for lfs_lfs_mlist
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