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