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