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