Struct windows_sys::Win32::System::Ioctl::USN_RECORD_EXTENT
[−]Expand description
Required features: "Win32_System_Ioctl"
Fields
Offset: i64
Length: i64
Trait Implementations
impl Clone for USN_RECORD_EXTENT
impl Clone for USN_RECORD_EXTENT
impl Copy for USN_RECORD_EXTENT
Auto Trait Implementations
impl RefUnwindSafe for USN_RECORD_EXTENT
impl Send for USN_RECORD_EXTENT
impl Sync for USN_RECORD_EXTENT
impl Unpin for USN_RECORD_EXTENT
impl UnwindSafe for USN_RECORD_EXTENT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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