#[repr(transparent)]pub struct Ssienr(pub u32);
Expand description
SSI Enable
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Ssienr
impl Eq for Ssienr
impl StructuralPartialEq for Ssienr
Auto Trait Implementations§
impl Freeze for Ssienr
impl RefUnwindSafe for Ssienr
impl Send for Ssienr
impl Sync for Ssienr
impl Unpin for Ssienr
impl UnwindSafe for Ssienr
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