Struct embedded_c_sdk_bind_hal::gpio::OutputFastPin
source · pub struct OutputFastPin;
Auto Trait Implementations§
impl Freeze for OutputFastPin
impl RefUnwindSafe for OutputFastPin
impl Send for OutputFastPin
impl Sync for OutputFastPin
impl Unpin for OutputFastPin
impl UnwindSafe for OutputFastPin
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