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