Struct windows::Wdk::Storage::FileSystem::REPARSE_INDEX_KEY
#[repr(C, packed(4))]pub struct REPARSE_INDEX_KEY {
pub FileReparseTag: u32,
pub FileId: i64,
}
Fields§
§FileReparseTag: u32
§FileId: i64
Trait Implementations§
§impl Clone for REPARSE_INDEX_KEY
impl Clone for REPARSE_INDEX_KEY
§fn clone(&self) -> REPARSE_INDEX_KEY
fn clone(&self) -> REPARSE_INDEX_KEY
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 Default for REPARSE_INDEX_KEY
impl Default for REPARSE_INDEX_KEY
impl Copy for REPARSE_INDEX_KEY
Auto Trait Implementations§
impl Freeze for REPARSE_INDEX_KEY
impl RefUnwindSafe for REPARSE_INDEX_KEY
impl Send for REPARSE_INDEX_KEY
impl Sync for REPARSE_INDEX_KEY
impl Unpin for REPARSE_INDEX_KEY
impl UnwindSafe for REPARSE_INDEX_KEY
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
)