#[repr(C)]pub struct FILE_PATH {
pub Version: ULONG,
pub Length: ULONG,
pub Type: ULONG,
pub FilePath: [UCHAR; 1],
}Fields
Version: ULONGLength: ULONGType: ULONGFilePath: [UCHAR; 1]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FILE_PATH
impl Send for FILE_PATH
impl Sync for FILE_PATH
impl Unpin for FILE_PATH
impl UnwindSafe for FILE_PATH
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more