#[repr(transparent)]pub struct Flexfrgxctrl(pub u32);Expand description
Peripheral reset control register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for Flexfrgxctrl
impl Clone for Flexfrgxctrl
Source§fn clone(&self) -> Flexfrgxctrl
fn clone(&self) -> Flexfrgxctrl
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 Flexfrgxctrl
impl Debug for Flexfrgxctrl
Source§impl Default for Flexfrgxctrl
impl Default for Flexfrgxctrl
Source§fn default() -> Flexfrgxctrl
fn default() -> Flexfrgxctrl
Returns the “default value” for a type. Read more
Source§impl PartialEq for Flexfrgxctrl
impl PartialEq for Flexfrgxctrl
impl Copy for Flexfrgxctrl
impl Eq for Flexfrgxctrl
impl StructuralPartialEq for Flexfrgxctrl
Auto Trait Implementations§
impl Freeze for Flexfrgxctrl
impl RefUnwindSafe for Flexfrgxctrl
impl Send for Flexfrgxctrl
impl Sync for Flexfrgxctrl
impl Unpin for Flexfrgxctrl
impl UnwindSafe for Flexfrgxctrl
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