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