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