pub struct ChipSelect2<MODE> { /* private fields */ }Implementations§
Source§impl<MODE> ChipSelect2<MODE>
impl<MODE> ChipSelect2<MODE>
pub fn into_configured_state( self, config: &ChipSelectConfiguration, ) -> ChipSelect2<Configured>
Auto Trait Implementations§
impl<MODE> Freeze for ChipSelect2<MODE>
impl<MODE> RefUnwindSafe for ChipSelect2<MODE>where
MODE: RefUnwindSafe,
impl<MODE> Send for ChipSelect2<MODE>where
MODE: Send,
impl<MODE> Sync for ChipSelect2<MODE>where
MODE: Sync,
impl<MODE> Unpin for ChipSelect2<MODE>where
MODE: Unpin,
impl<MODE> UnwindSafe for ChipSelect2<MODE>where
MODE: UnwindSafe,
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