pub struct SWCLK(/* private fields */);Expand description
Represents a fixed function
Fixed functions can be accessed through FixedFunctions.
Trait Implementations§
Source§impl FunctionTrait<PIO0_3> for SWCLK
impl FunctionTrait<PIO0_3> for SWCLK
Auto Trait Implementations§
impl Freeze for SWCLK
impl RefUnwindSafe for SWCLK
impl Send for SWCLK
impl Sync for SWCLK
impl Unpin for SWCLK
impl UnwindSafe for SWCLK
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