Struct windows_sys::Win32::Storage::FileSystem::FILE_ID_128
[−]Expand description
Required features: "Win32_Storage_FileSystem"
Fields
Identifier: [u8; 16]
Trait Implementations
impl Clone for FILE_ID_128
impl Clone for FILE_ID_128
impl Copy for FILE_ID_128
Auto Trait Implementations
impl RefUnwindSafe for FILE_ID_128
impl Send for FILE_ID_128
impl Sync for FILE_ID_128
impl Unpin for FILE_ID_128
impl UnwindSafe for FILE_ID_128
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more