Struct win_sys::SystemServices::ALERT_SYSTEM_SEV
source · [−]#[repr(transparent)]pub struct ALERT_SYSTEM_SEV(pub u32);Expand description
Required features: ‘Win32_System_SystemServices’
Tuple Fields
0: u32Trait Implementations
sourceimpl Clone for ALERT_SYSTEM_SEV
impl Clone for ALERT_SYSTEM_SEV
sourcepub fn clone(&self) -> ALERT_SYSTEM_SEV
pub fn clone(&self) -> ALERT_SYSTEM_SEV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ALERT_SYSTEM_SEV
impl Debug for ALERT_SYSTEM_SEV
sourceimpl Default for ALERT_SYSTEM_SEV
impl Default for ALERT_SYSTEM_SEV
sourcepub fn default() -> ALERT_SYSTEM_SEV
pub fn default() -> ALERT_SYSTEM_SEV
Returns the “default value” for a type. Read more
sourceimpl PartialEq<ALERT_SYSTEM_SEV> for ALERT_SYSTEM_SEV
impl PartialEq<ALERT_SYSTEM_SEV> for ALERT_SYSTEM_SEV
sourcepub fn eq(&self, other: &ALERT_SYSTEM_SEV) -> bool
pub fn eq(&self, other: &ALERT_SYSTEM_SEV) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcepub fn ne(&self, other: &ALERT_SYSTEM_SEV) -> bool
pub fn ne(&self, other: &ALERT_SYSTEM_SEV) -> bool
This method tests for !=.
impl Copy for ALERT_SYSTEM_SEV
impl Eq for ALERT_SYSTEM_SEV
impl StructuralEq for ALERT_SYSTEM_SEV
impl StructuralPartialEq for ALERT_SYSTEM_SEV
Auto Trait Implementations
impl RefUnwindSafe for ALERT_SYSTEM_SEV
impl Send for ALERT_SYSTEM_SEV
impl Sync for ALERT_SYSTEM_SEV
impl Unpin for ALERT_SYSTEM_SEV
impl UnwindSafe for ALERT_SYSTEM_SEV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more