Struct windows_sys::Win32::System::Ioctl::READ_FILE_USN_DATA
[−]Expand description
Required features: ‘Win32_System_Ioctl’
Fields
MinMajorVersion: u16
MaxMajorVersion: u16
Trait Implementations
impl Clone for READ_FILE_USN_DATA
impl Clone for READ_FILE_USN_DATA
impl Copy for READ_FILE_USN_DATA
Auto Trait Implementations
impl RefUnwindSafe for READ_FILE_USN_DATA
impl Send for READ_FILE_USN_DATA
impl Sync for READ_FILE_USN_DATA
impl Unpin for READ_FILE_USN_DATA
impl UnwindSafe for READ_FILE_USN_DATA
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