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