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