Struct windows_sys::Win32::Storage::FileSystem::TXF_ID_0
[−]Expand description
Required features: "Win32_Storage_FileSystem"
Fields
LowPart: i64
HighPart: i64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TXF_ID_0
impl Send for TXF_ID_0
impl Sync for TXF_ID_0
impl Unpin for TXF_ID_0
impl UnwindSafe for TXF_ID_0
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