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