pub struct Flexcomm { /* private fields */ }Expand description
A driver for a generic Flexcomm peripheral.
Implementations§
Auto Trait Implementations§
impl Freeze for Flexcomm
impl !RefUnwindSafe for Flexcomm
impl !Send for Flexcomm
impl !Sync for Flexcomm
impl Unpin for Flexcomm
impl !UnwindSafe for Flexcomm
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