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