Struct windows_sys::Win32::System::Ioctl::READ_FILE_USN_DATA
#[repr(C)]pub struct READ_FILE_USN_DATA {
pub MinMajorVersion: u16,
pub MaxMajorVersion: u16,
}
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§
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