Enum stm32_metapac::spi::vals::Rdiop
#[repr(u8)]pub enum Rdiop {
READYHIGH = 0,
READYLOW = 1,
}
Variants§
READYHIGH = 0
high level of the signal means the slave is ready for communication
READYLOW = 1
low level of the signal means the slave is ready for communication
Implementations§
Trait Implementations§
§impl Ord for Rdiop
impl Ord for Rdiop
§impl PartialOrd for Rdiop
impl PartialOrd for Rdiop
impl Copy for Rdiop
impl Eq for Rdiop
impl StructuralPartialEq for Rdiop
Auto Trait Implementations§
impl Freeze for Rdiop
impl RefUnwindSafe for Rdiop
impl Send for Rdiop
impl Sync for Rdiop
impl Unpin for Rdiop
impl UnwindSafe for Rdiop
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)