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