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