pub struct CLKOUT { /* private fields */ }Expand description
CLKOUT peripheral
Implementations§
Trait Implementations§
impl Copy for CLKOUT
impl PeripheralType for CLKOUT
Auto Trait Implementations§
impl Freeze for CLKOUT
impl RefUnwindSafe for CLKOUT
impl Send for CLKOUT
impl Sync for CLKOUT
impl Unpin for CLKOUT
impl UnwindSafe for CLKOUT
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