pub struct FLEXCOMM5 { /* private fields */ }
Expand description
Flexcomm serial communication.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FLEXCOMM5
impl RefUnwindSafe for FLEXCOMM5
impl !Sync for FLEXCOMM5
impl Unpin for FLEXCOMM5
impl UnwindSafe for FLEXCOMM5
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