#[repr(transparent)]pub struct Osc32khzctl0(pub u32);Expand description
32k oscillator control0
Tuple Fields§
§0: u32Implementations§
Source§impl Osc32khzctl0
impl Osc32khzctl0
Trait Implementations§
Source§impl Clone for Osc32khzctl0
impl Clone for Osc32khzctl0
Source§fn clone(&self) -> Osc32khzctl0
fn clone(&self) -> Osc32khzctl0
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 moreSource§impl Debug for Osc32khzctl0
impl Debug for Osc32khzctl0
Source§impl Default for Osc32khzctl0
impl Default for Osc32khzctl0
Source§fn default() -> Osc32khzctl0
fn default() -> Osc32khzctl0
Returns the “default value” for a type. Read more
Source§impl PartialEq for Osc32khzctl0
impl PartialEq for Osc32khzctl0
impl Copy for Osc32khzctl0
impl Eq for Osc32khzctl0
impl StructuralPartialEq for Osc32khzctl0
Auto Trait Implementations§
impl Freeze for Osc32khzctl0
impl RefUnwindSafe for Osc32khzctl0
impl Send for Osc32khzctl0
impl Sync for Osc32khzctl0
impl Unpin for Osc32khzctl0
impl UnwindSafe for Osc32khzctl0
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