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