Struct windows_sys::Wdk::Storage::FileSystem::OPEN_REPARSE_LIST_ENTRY
#[repr(C)]pub struct OPEN_REPARSE_LIST_ENTRY {
pub OpenReparseListEntry: LIST_ENTRY,
pub ReparseTag: u32,
pub Flags: u32,
pub ReparseGuid: GUID,
pub Size: u16,
pub RemainingLength: u16,
}Expand description
Required features: "Win32_System_Kernel"
Fields§
§OpenReparseListEntry: LIST_ENTRY§ReparseTag: u32§Flags: u32§ReparseGuid: GUID§Size: u16§RemainingLength: u16Trait Implementations§
§impl Clone for OPEN_REPARSE_LIST_ENTRY
impl Clone for OPEN_REPARSE_LIST_ENTRY
impl Copy for OPEN_REPARSE_LIST_ENTRY
Auto Trait Implementations§
impl RefUnwindSafe for OPEN_REPARSE_LIST_ENTRY
impl !Send for OPEN_REPARSE_LIST_ENTRY
impl !Sync for OPEN_REPARSE_LIST_ENTRY
impl Unpin for OPEN_REPARSE_LIST_ENTRY
impl UnwindSafe for OPEN_REPARSE_LIST_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