#[repr(transparent)]pub struct ALERT_SYSTEM_SEV(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Abi for ALERT_SYSTEM_SEV
impl Abi for ALERT_SYSTEM_SEV
Source§type Abi = ALERT_SYSTEM_SEV
type Abi = ALERT_SYSTEM_SEV
The abi representation of the implementing type. Read more
type DefaultType = ALERT_SYSTEM_SEV
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl BitAnd for ALERT_SYSTEM_SEV
impl BitAnd for ALERT_SYSTEM_SEV
Source§impl BitAndAssign for ALERT_SYSTEM_SEV
impl BitAndAssign for ALERT_SYSTEM_SEV
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for ALERT_SYSTEM_SEV
impl BitOr for ALERT_SYSTEM_SEV
Source§impl BitOrAssign for ALERT_SYSTEM_SEV
impl BitOrAssign for ALERT_SYSTEM_SEV
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for ALERT_SYSTEM_SEV
impl Clone for ALERT_SYSTEM_SEV
Source§fn clone(&self) -> ALERT_SYSTEM_SEV
fn clone(&self) -> ALERT_SYSTEM_SEV
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ALERT_SYSTEM_SEV
Source§impl Debug for ALERT_SYSTEM_SEV
impl Debug for ALERT_SYSTEM_SEV
Source§impl Default for ALERT_SYSTEM_SEV
impl Default for ALERT_SYSTEM_SEV
Source§fn default() -> ALERT_SYSTEM_SEV
fn default() -> ALERT_SYSTEM_SEV
Returns the “default value” for a type. Read more
impl Eq for ALERT_SYSTEM_SEV
Source§impl From<u32> for ALERT_SYSTEM_SEV
impl From<u32> for ALERT_SYSTEM_SEV
Source§impl PartialEq for ALERT_SYSTEM_SEV
impl PartialEq for ALERT_SYSTEM_SEV
impl StructuralPartialEq for ALERT_SYSTEM_SEV
Auto Trait Implementations§
impl Freeze for ALERT_SYSTEM_SEV
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 UnsafeUnpin for ALERT_SYSTEM_SEV
impl UnwindSafe for ALERT_SYSTEM_SEV
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