Struct Synthcal5DigOut
#[repr(transparent)]pub struct Synthcal5DigOut(pub u32);Expand description
SYNTHCAL5_DIG_OUT register.
Tuple Fields§
§0: u32Implementations§
§impl Synthcal5DigOut
impl Synthcal5DigOut
pub const fn cbp_calib_word(&self) -> u8
pub const fn cbp_calib_word(&self) -> u8
CBP Calibration word.
pub fn set_cbp_calib_word(&mut self, val: u8)
pub fn set_cbp_calib_word(&mut self, val: u8)
CBP Calibration word.
Trait Implementations§
§impl Clone for Synthcal5DigOut
impl Clone for Synthcal5DigOut
§fn clone(&self) -> Synthcal5DigOut
fn clone(&self) -> Synthcal5DigOut
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 more§impl Debug for Synthcal5DigOut
impl Debug for Synthcal5DigOut
§impl Default for Synthcal5DigOut
impl Default for Synthcal5DigOut
§fn default() -> Synthcal5DigOut
fn default() -> Synthcal5DigOut
Returns the “default value” for a type. Read more
§impl PartialEq for Synthcal5DigOut
impl PartialEq for Synthcal5DigOut
impl Copy for Synthcal5DigOut
impl Eq for Synthcal5DigOut
impl StructuralPartialEq for Synthcal5DigOut
Auto Trait Implementations§
impl Freeze for Synthcal5DigOut
impl RefUnwindSafe for Synthcal5DigOut
impl Send for Synthcal5DigOut
impl Sync for Synthcal5DigOut
impl Unpin for Synthcal5DigOut
impl UnwindSafe for Synthcal5DigOut
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