pub enum MasterHWSS {}
Expand description
OpMode
variant for Master mode with hardware-controlled slave select
Trait Implementations§
Source§impl OpMode for MasterHWSS
impl OpMode for MasterHWSS
impl MasterMode for MasterHWSS
Auto Trait Implementations§
impl Freeze for MasterHWSS
impl RefUnwindSafe for MasterHWSS
impl Send for MasterHWSS
impl Sync for MasterHWSS
impl Unpin for MasterHWSS
impl UnwindSafe for MasterHWSS
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