Struct windows_sys::Win32::System::Ioctl::WRITE_USN_REASON_INPUT
[−]Expand description
Required features: "Win32_System_Ioctl"
Fields
Flags: u32
UsnReasonToWrite: u32
Trait Implementations
impl Clone for WRITE_USN_REASON_INPUT
impl Clone for WRITE_USN_REASON_INPUT
impl Copy for WRITE_USN_REASON_INPUT
Auto Trait Implementations
impl RefUnwindSafe for WRITE_USN_REASON_INPUT
impl Send for WRITE_USN_REASON_INPUT
impl Sync for WRITE_USN_REASON_INPUT
impl Unpin for WRITE_USN_REASON_INPUT
impl UnwindSafe for WRITE_USN_REASON_INPUT
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