Struct windows_sys::Wdk::Storage::FileSystem::OPEN_REPARSE_LIST
#[repr(C)]pub struct OPEN_REPARSE_LIST {
pub OpenReparseList: LIST_ENTRY,
}
Expand description
Required features: "Win32_System_Kernel"
Fields§
§OpenReparseList: LIST_ENTRY
Trait Implementations§
§impl Clone for OPEN_REPARSE_LIST
impl Clone for OPEN_REPARSE_LIST
impl Copy for OPEN_REPARSE_LIST
Auto Trait Implementations§
impl RefUnwindSafe for OPEN_REPARSE_LIST
impl !Send for OPEN_REPARSE_LIST
impl !Sync for OPEN_REPARSE_LIST
impl Unpin for OPEN_REPARSE_LIST
impl UnwindSafe for OPEN_REPARSE_LIST
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