Enum stm32_metapac::pssi::vals::Rdypol
#[repr(u8)]pub enum Rdypol {
ACTIVELOW = 0,
ACTIVEHIGH = 1,
}
Variants§
ACTIVELOW = 0
PSSI_RDY active low (0 indicates that the receiver is ready to receive).
ACTIVEHIGH = 1
PSSI_RDY active high (1 indicates that the receiver is ready to receive).
Implementations§
Trait Implementations§
§impl Ord for Rdypol
impl Ord for Rdypol
§impl PartialOrd for Rdypol
impl PartialOrd for Rdypol
impl Copy for Rdypol
impl Eq for Rdypol
impl StructuralPartialEq for Rdypol
Auto Trait Implementations§
impl Freeze for Rdypol
impl RefUnwindSafe for Rdypol
impl Send for Rdypol
impl Sync for Rdypol
impl Unpin for Rdypol
impl UnwindSafe for Rdypol
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
)