pub struct LtdcPins { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for LtdcPins
impl RefUnwindSafe for LtdcPins
impl Send for LtdcPins
impl Sync for LtdcPins
impl Unpin for LtdcPins
impl UnwindSafe for LtdcPins
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