#[repr(C)]pub struct DIR {
pub obj: FFOBJID,
pub dptr: DWORD,
pub clust: DWORD,
pub sect: DWORD,
pub dir: *mut BYTE,
pub fn_: [BYTE; 12],
}Fields§
§obj: FFOBJID§dptr: DWORD§clust: DWORD§sect: DWORD§dir: *mut BYTE§fn_: [BYTE; 12]Trait Implementations§
Auto Trait Implementations§
impl !Send for DIR
impl !Sync for DIR
impl Freeze for DIR
impl RefUnwindSafe for DIR
impl Unpin for DIR
impl UnsafeUnpin for DIR
impl UnwindSafe for DIR
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