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