#[repr(C)]pub struct mft {
pub version: u32,
pub entries: u32,
pub e: __IncompleteArrayField<mft_entry>,
}Fields§
§version: u32§entries: u32§e: __IncompleteArrayField<mft_entry>Auto Trait Implementations§
impl Freeze for mft
impl RefUnwindSafe for mft
impl !Send for mft
impl !Sync for mft
impl Unpin for mft
impl UnwindSafe for mft
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