Struct windows_sys::Win32::System::Ioctl::SET_PURGE_FAILURE_MODE_INPUT
[−]#[repr(C)]pub struct SET_PURGE_FAILURE_MODE_INPUT {
pub Flags: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Flags: u32
Trait Implementations
impl Clone for SET_PURGE_FAILURE_MODE_INPUT
impl Clone for SET_PURGE_FAILURE_MODE_INPUT
impl Copy for SET_PURGE_FAILURE_MODE_INPUT
Auto Trait Implementations
impl RefUnwindSafe for SET_PURGE_FAILURE_MODE_INPUT
impl Send for SET_PURGE_FAILURE_MODE_INPUT
impl Sync for SET_PURGE_FAILURE_MODE_INPUT
impl Unpin for SET_PURGE_FAILURE_MODE_INPUT
impl UnwindSafe for SET_PURGE_FAILURE_MODE_INPUT
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