pub struct SdChipSelect { /* private fields */ }Trait Implementations§
Source§impl ErrorType for SdChipSelect
impl ErrorType for SdChipSelect
Source§type Error = Infallible
type Error = Infallible
Error type
Source§impl OutputPin for SdChipSelect
impl OutputPin for SdChipSelect
Auto Trait Implementations§
impl Freeze for SdChipSelect
impl RefUnwindSafe for SdChipSelect
impl !Send for SdChipSelect
impl !Sync for SdChipSelect
impl Unpin for SdChipSelect
impl UnwindSafe for SdChipSelect
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