#[repr(transparent)]pub struct ALERT_SYSTEM_SEV(pub u32);Tuple Fields§
§0: u32Auto 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