#[repr(C)]pub struct mft1_note {
pub h: mft1_nhdr,
pub m: mft,
}Fields§
§h: mft1_nhdr§m: mftAuto Trait Implementations§
impl Freeze for mft1_note
impl RefUnwindSafe for mft1_note
impl !Send for mft1_note
impl !Sync for mft1_note
impl Unpin for mft1_note
impl UnwindSafe for mft1_note
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