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