#[repr(transparent)]pub struct PrinceSr2(pub u32);Expand description
Region 2, sub-region enable
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for PrinceSr2
impl Eq for PrinceSr2
impl StructuralPartialEq for PrinceSr2
Auto Trait Implementations§
impl Freeze for PrinceSr2
impl RefUnwindSafe for PrinceSr2
impl Send for PrinceSr2
impl Sync for PrinceSr2
impl Unpin for PrinceSr2
impl UnwindSafe for PrinceSr2
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