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