#[repr(u8)]pub enum PwdZcd {
POWERED_UP = 0,
POWERED_DOWN = 1,
}Variants§
POWERED_UP = 0
Zero cross detetion function powered up
POWERED_DOWN = 1
Zero cross detetion function powered down
Implementations§
Trait Implementations§
Source§impl Ord for PwdZcd
impl Ord for PwdZcd
Source§impl PartialOrd for PwdZcd
impl PartialOrd for PwdZcd
impl Copy for PwdZcd
impl Eq for PwdZcd
impl StructuralPartialEq for PwdZcd
Auto Trait Implementations§
impl Freeze for PwdZcd
impl RefUnwindSafe for PwdZcd
impl Send for PwdZcd
impl Sync for PwdZcd
impl Unpin for PwdZcd
impl UnwindSafe for PwdZcd
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