#[repr(transparent)]pub struct Syscounterh(pub u32);
Expand description
Description cluster: The higher 20-bits of the SYSCOUNTER for index [n]
Tuple Fields§
§0: u32
Implementations§
Source§impl Syscounterh
impl Syscounterh
Sourcepub fn set_overflow(&mut self, val: bool)
pub fn set_overflow(&mut self, val: bool)
The SYSCOUNTERL overflow indication after reading it.
Trait Implementations§
Source§impl Clone for Syscounterh
impl Clone for Syscounterh
Source§fn clone(&self) -> Syscounterh
fn clone(&self) -> Syscounterh
Returns a copy 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 Default for Syscounterh
impl Default for Syscounterh
Source§fn default() -> Syscounterh
fn default() -> Syscounterh
Returns the “default value” for a type. Read more
Source§impl PartialEq for Syscounterh
impl PartialEq for Syscounterh
impl Copy for Syscounterh
impl Eq for Syscounterh
impl StructuralPartialEq for Syscounterh
Auto Trait Implementations§
impl Freeze for Syscounterh
impl RefUnwindSafe for Syscounterh
impl Send for Syscounterh
impl Sync for Syscounterh
impl Unpin for Syscounterh
impl UnwindSafe for Syscounterh
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)