pub struct _SSIW<'a> { /* private fields */ }
Expand description
Proxy
Implementations§
Source§impl<'a> _SSIW<'a>
impl<'a> _SSIW<'a>
Sourcepub fn slave_selected(self) -> &'a mut W
pub fn slave_selected(self) -> &'a mut W
0 is forced onto the NSS pin and the I/O value of the NSS pin is ignored
Sourcepub fn slave_not_selected(self) -> &'a mut W
pub fn slave_not_selected(self) -> &'a mut W
1 is forced onto the NSS pin and the I/O value of the NSS pin is ignored
Auto Trait Implementations§
impl<'a> Freeze for _SSIW<'a>
impl<'a> RefUnwindSafe for _SSIW<'a>
impl<'a> Send for _SSIW<'a>
impl<'a> Sync for _SSIW<'a>
impl<'a> Unpin for _SSIW<'a>
impl<'a> !UnwindSafe for _SSIW<'a>
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