Struct windows_sys::Wdk::Storage::FileSystem::FILE_ID_INFORMATION
#[repr(C)]pub struct FILE_ID_INFORMATION {
pub VolumeSerialNumber: u64,
pub FileId: FILE_ID_128,
}Expand description
Required features: "Win32_Storage_FileSystem"
Fields§
§VolumeSerialNumber: u64§FileId: FILE_ID_128Trait Implementations§
§impl Clone for FILE_ID_INFORMATION
impl Clone for FILE_ID_INFORMATION
impl Copy for FILE_ID_INFORMATION
Auto Trait Implementations§
impl RefUnwindSafe for FILE_ID_INFORMATION
impl Send for FILE_ID_INFORMATION
impl Sync for FILE_ID_INFORMATION
impl Unpin for FILE_ID_INFORMATION
impl UnwindSafe for FILE_ID_INFORMATION
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