pub enum WiredCurrentTypeEnum {
Ac,
Dc,
Unknown(u8),
}Expand description
WiredCurrentTypeEnum (enum8).
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for WiredCurrentTypeEnum
impl Clone for WiredCurrentTypeEnum
Source§fn clone(&self) -> WiredCurrentTypeEnum
fn clone(&self) -> WiredCurrentTypeEnum
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WiredCurrentTypeEnum
Source§impl Debug for WiredCurrentTypeEnum
impl Debug for WiredCurrentTypeEnum
impl Eq for WiredCurrentTypeEnum
Source§impl PartialEq for WiredCurrentTypeEnum
impl PartialEq for WiredCurrentTypeEnum
impl StructuralPartialEq for WiredCurrentTypeEnum
Auto Trait Implementations§
impl Freeze for WiredCurrentTypeEnum
impl RefUnwindSafe for WiredCurrentTypeEnum
impl Send for WiredCurrentTypeEnum
impl Sync for WiredCurrentTypeEnum
impl Unpin for WiredCurrentTypeEnum
impl UnsafeUnpin for WiredCurrentTypeEnum
impl UnwindSafe for WiredCurrentTypeEnum
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