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