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