Struct windows_sys::Win32::Storage::FileSystem::TXF_ID
[−]#[repr(C)]pub struct TXF_ID {
pub Anonymous: TXF_ID_0,
}
Expand description
Required features: ‘Win32_Storage_FileSystem’
Fields
Anonymous: TXF_ID_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TXF_ID
impl Send for TXF_ID
impl Sync for TXF_ID
impl Unpin for TXF_ID
impl UnwindSafe for TXF_ID
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more