#[repr(u8)]pub enum GenCurrent {
GenCurr0nA = 0,
GenCurr6nA = 1,
GenCurr12nA = 2,
GenCurr18nA = 3,
GenCurr24nA = 4,
GenCurr6uA = 5,
GenCurr24uA = 6,
Unsupported = 255,
}Expand description
Generator current.
Variants§
GenCurr0nA = 0
GenCurr6nA = 1
GenCurr12nA = 2
GenCurr18nA = 3
GenCurr24nA = 4
GenCurr6uA = 5
GenCurr24uA = 6
Unsupported = 255
Trait Implementations§
Source§impl Clone for GenCurrent
impl Clone for GenCurrent
Source§fn clone(&self) -> GenCurrent
fn clone(&self) -> GenCurrent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GenCurrent
impl Debug for GenCurrent
Source§impl PartialEq for GenCurrent
impl PartialEq for GenCurrent
impl Copy for GenCurrent
impl Eq for GenCurrent
impl StructuralPartialEq for GenCurrent
Auto Trait Implementations§
impl Freeze for GenCurrent
impl RefUnwindSafe for GenCurrent
impl Send for GenCurrent
impl Sync for GenCurrent
impl Unpin for GenCurrent
impl UnsafeUnpin for GenCurrent
impl UnwindSafe for GenCurrent
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