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