Enum stm32_metapac::pssi::vals::Outen
#[repr(u8)]pub enum Outen {
RECEIVEMODE = 0,
TRANSMITMODE = 1,
}
Variants§
RECEIVEMODE = 0
Data is input synchronously with PSSI_PDCK.
TRANSMITMODE = 1
Data is output synchronously with PSSI_PDCK.
Implementations§
Trait Implementations§
§impl Ord for Outen
impl Ord for Outen
§impl PartialOrd for Outen
impl PartialOrd for Outen
impl Copy for Outen
impl Eq for Outen
impl StructuralPartialEq for Outen
Auto Trait Implementations§
impl Freeze for Outen
impl RefUnwindSafe for Outen
impl Send for Outen
impl Sync for Outen
impl Unpin for Outen
impl UnwindSafe for Outen
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
)