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