#[repr(transparent)]pub struct SystemNstickCalib(pub u32);Expand description
system nstick calibration
Tuple Fields§
§0: u32Implementations§
Source§impl SystemNstickCalib
impl SystemNstickCalib
Sourcepub const fn system_nstick_calib(&self) -> u32
pub const fn system_nstick_calib(&self) -> u32
Selects the system non-secure tick calibration value of the M33.
Sourcepub const fn set_system_nstick_calib(&mut self, val: u32)
pub const fn set_system_nstick_calib(&mut self, val: u32)
Selects the system non-secure tick calibration value of the M33.
Trait Implementations§
Source§impl Clone for SystemNstickCalib
impl Clone for SystemNstickCalib
Source§fn clone(&self) -> SystemNstickCalib
fn clone(&self) -> SystemNstickCalib
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 SystemNstickCalib
impl Debug for SystemNstickCalib
Source§impl Default for SystemNstickCalib
impl Default for SystemNstickCalib
Source§fn default() -> SystemNstickCalib
fn default() -> SystemNstickCalib
Returns the “default value” for a type. Read more
Source§impl PartialEq for SystemNstickCalib
impl PartialEq for SystemNstickCalib
impl Copy for SystemNstickCalib
impl Eq for SystemNstickCalib
impl StructuralPartialEq for SystemNstickCalib
Auto Trait Implementations§
impl Freeze for SystemNstickCalib
impl RefUnwindSafe for SystemNstickCalib
impl Send for SystemNstickCalib
impl Sync for SystemNstickCalib
impl Unpin for SystemNstickCalib
impl UnwindSafe for SystemNstickCalib
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