Struct windows_sys::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
impl Copy for REPARSE_INDEX_KEY
Auto Trait Implementations§
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