Struct windows::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,
}
Fields§
§OpenReparseListEntry: LIST_ENTRY
§ReparseTag: u32
§Flags: u32
§ReparseGuid: GUID
§Size: u16
§RemainingLength: u16
Trait Implementations§
§impl Clone for OPEN_REPARSE_LIST_ENTRY
impl Clone for OPEN_REPARSE_LIST_ENTRY
§fn clone(&self) -> OPEN_REPARSE_LIST_ENTRY
fn clone(&self) -> OPEN_REPARSE_LIST_ENTRY
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for OPEN_REPARSE_LIST_ENTRY
impl Debug for OPEN_REPARSE_LIST_ENTRY
§impl Default for OPEN_REPARSE_LIST_ENTRY
impl Default for OPEN_REPARSE_LIST_ENTRY
§impl PartialEq for OPEN_REPARSE_LIST_ENTRY
impl PartialEq for OPEN_REPARSE_LIST_ENTRY
§fn eq(&self, other: &OPEN_REPARSE_LIST_ENTRY) -> bool
fn eq(&self, other: &OPEN_REPARSE_LIST_ENTRY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OPEN_REPARSE_LIST_ENTRY
impl Eq for OPEN_REPARSE_LIST_ENTRY
impl StructuralPartialEq for OPEN_REPARSE_LIST_ENTRY
Auto Trait Implementations§
impl Freeze for OPEN_REPARSE_LIST_ENTRY
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)