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