Struct windows::Wdk::Storage::FileSystem::OPEN_REPARSE_LIST
#[repr(C)]pub struct OPEN_REPARSE_LIST {
pub OpenReparseList: LIST_ENTRY,
}
Fields§
§OpenReparseList: LIST_ENTRY
Trait Implementations§
§impl Clone for OPEN_REPARSE_LIST
impl Clone for OPEN_REPARSE_LIST
§fn clone(&self) -> OPEN_REPARSE_LIST
fn clone(&self) -> OPEN_REPARSE_LIST
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
impl Debug for OPEN_REPARSE_LIST
§impl Default for OPEN_REPARSE_LIST
impl Default for OPEN_REPARSE_LIST
§impl PartialEq for OPEN_REPARSE_LIST
impl PartialEq for OPEN_REPARSE_LIST
§fn eq(&self, other: &OPEN_REPARSE_LIST) -> bool
fn eq(&self, other: &OPEN_REPARSE_LIST) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OPEN_REPARSE_LIST
impl Eq for OPEN_REPARSE_LIST
impl StructuralPartialEq for OPEN_REPARSE_LIST
Auto Trait Implementations§
impl Freeze for OPEN_REPARSE_LIST
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
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
)