#[repr(C)]pub struct mft_entry {
pub name: [c_char; 68],
pub type_: mft_type_t,
pub u: mft_entry__bindgen_ty_1,
pub b: mft_entry__bindgen_ty_2,
pub attached: bool,
}Fields§
§name: [c_char; 68]§type_: mft_type_t§u: mft_entry__bindgen_ty_1§b: mft_entry__bindgen_ty_2§attached: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for mft_entry
impl RefUnwindSafe for mft_entry
impl !Send for mft_entry
impl !Sync for mft_entry
impl Unpin for mft_entry
impl UnwindSafe for mft_entry
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