Struct windows_sys::Wdk::Storage::FileSystem::GHOSTED_FILE_EXTENT
#[repr(C)]pub struct GHOSTED_FILE_EXTENT {
pub FileOffset: i64,
pub ByteCount: i64,
pub RecallOwnerGuid: GUID,
pub NextEntryOffset: u32,
pub RecallMetadataBufferSize: u32,
pub RecallMetadataBuffer: [u8; 1],
}
Fields§
§FileOffset: i64
§ByteCount: i64
§RecallOwnerGuid: GUID
§NextEntryOffset: u32
§RecallMetadataBufferSize: u32
§RecallMetadataBuffer: [u8; 1]
Trait Implementations§
§impl Clone for GHOSTED_FILE_EXTENT
impl Clone for GHOSTED_FILE_EXTENT
impl Copy for GHOSTED_FILE_EXTENT
Auto Trait Implementations§
impl RefUnwindSafe for GHOSTED_FILE_EXTENT
impl Send for GHOSTED_FILE_EXTENT
impl Sync for GHOSTED_FILE_EXTENT
impl Unpin for GHOSTED_FILE_EXTENT
impl UnwindSafe for GHOSTED_FILE_EXTENT
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