#[repr(u8)]pub enum Spdp {
LOGIC_LOW = 0,
LOGIC_HIGH = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Spdp
impl Ord for Spdp
Source§impl PartialOrd for Spdp
impl PartialOrd for Spdp
impl Copy for Spdp
impl Eq for Spdp
impl StructuralPartialEq for Spdp
Auto Trait Implementations§
impl Freeze for Spdp
impl RefUnwindSafe for Spdp
impl Send for Spdp
impl Sync for Spdp
impl Unpin for Spdp
impl UnwindSafe for Spdp
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