Struct windows_native::ntexapi::FILE_PATH
source ยท #[repr(C)]pub struct FILE_PATH {
pub Version: u32,
pub Length: u32,
pub Type: u32,
pub FilePath: [u8; 1],
}Fieldsยง
ยงVersion: u32ยงLength: u32ยงType: u32ยงFilePath: [u8; 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ยง
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