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