Enum stm32_metapac::spi::vals::Rxonly
#[repr(u8)]pub enum Rxonly {
FULLDUPLEX = 0,
OUTPUTDISABLED = 1,
}
Variants§
FULLDUPLEX = 0
Full duplex (Transmit and receive)
OUTPUTDISABLED = 1
Output disabled (Receive-only mode)
Implementations§
Trait Implementations§
§impl Ord for Rxonly
impl Ord for Rxonly
§impl PartialOrd for Rxonly
impl PartialOrd for Rxonly
impl Copy for Rxonly
impl Eq for Rxonly
impl StructuralPartialEq for Rxonly
Auto Trait Implementations§
impl Freeze for Rxonly
impl RefUnwindSafe for Rxonly
impl Send for Rxonly
impl Sync for Rxonly
impl Unpin for Rxonly
impl UnwindSafe for Rxonly
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
)