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