Struct windows_sys::System::ShutdownKind
[−]#[repr(transparent)]pub struct ShutdownKind(pub i32);
Expand description
Required features: "System"
Tuple Fields
0: i32
Implementations
impl ShutdownKind
impl ShutdownKind
Trait Implementations
impl Clone for ShutdownKind
impl Clone for ShutdownKind
impl Copy for ShutdownKind
Auto Trait Implementations
impl RefUnwindSafe for ShutdownKind
impl Send for ShutdownKind
impl Sync for ShutdownKind
impl Unpin for ShutdownKind
impl UnwindSafe for ShutdownKind
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