#[repr(transparent)]pub struct Xtalfreq(pub u32);Expand description
Crystal frequency.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Xtalfreq
impl Eq for Xtalfreq
impl StructuralPartialEq for Xtalfreq
Auto Trait Implementations§
impl Freeze for Xtalfreq
impl RefUnwindSafe for Xtalfreq
impl Send for Xtalfreq
impl Sync for Xtalfreq
impl Unpin for Xtalfreq
impl UnwindSafe for Xtalfreq
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