pub struct CSI { /* private fields */ }Expand description
CSI peripheral
Implementations§
Trait Implementations§
impl Copy for CSI
impl PeripheralType for CSI
impl RccPeripheral for CSI
Auto Trait Implementations§
impl Freeze for CSI
impl RefUnwindSafe for CSI
impl Send for CSI
impl Sync for CSI
impl Unpin for CSI
impl UnwindSafe for CSI
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