#[repr(transparent)]pub struct Rompatchenl(pub u32);Expand description
ROMC Enable Register Low
Tuple Fields§
§0: u32Implementations§
Source§impl Rompatchenl
impl Rompatchenl
Trait Implementations§
Source§impl Clone for Rompatchenl
impl Clone for Rompatchenl
Source§fn clone(&self) -> Rompatchenl
fn clone(&self) -> Rompatchenl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Rompatchenl
impl Debug for Rompatchenl
Source§impl Default for Rompatchenl
impl Default for Rompatchenl
Source§fn default() -> Rompatchenl
fn default() -> Rompatchenl
Returns the “default value” for a type. Read more
Source§impl PartialEq for Rompatchenl
impl PartialEq for Rompatchenl
impl Copy for Rompatchenl
impl Eq for Rompatchenl
impl StructuralPartialEq for Rompatchenl
Auto Trait Implementations§
impl Freeze for Rompatchenl
impl RefUnwindSafe for Rompatchenl
impl Send for Rompatchenl
impl Sync for Rompatchenl
impl Unpin for Rompatchenl
impl UnwindSafe for Rompatchenl
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