Struct windows_sys::Win32::System::Ioctl::WRITE_USN_REASON_INPUT
#[repr(C)]pub struct WRITE_USN_REASON_INPUT {
pub Flags: u32,
pub UsnReasonToWrite: u32,
}
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§
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