#[repr(u32)]pub enum fe_sec_voltage_t {
SEC_VOLTAGE_13 = 0,
SEC_VOLTAGE_18 = 1,
SEC_VOLTAGE_OFF = 2,
}Variants§
Trait Implementations§
Source§impl Clone for fe_sec_voltage
impl Clone for fe_sec_voltage
Source§fn clone(&self) -> fe_sec_voltage
fn clone(&self) -> fe_sec_voltage
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 fe_sec_voltage
Source§impl Debug for fe_sec_voltage
impl Debug for fe_sec_voltage
impl Eq for fe_sec_voltage
Source§impl Hash for fe_sec_voltage
impl Hash for fe_sec_voltage
Source§impl PartialEq for fe_sec_voltage
impl PartialEq for fe_sec_voltage
Source§fn eq(&self, other: &fe_sec_voltage) -> bool
fn eq(&self, other: &fe_sec_voltage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for fe_sec_voltage
Auto Trait Implementations§
impl Freeze for fe_sec_voltage
impl RefUnwindSafe for fe_sec_voltage
impl Send for fe_sec_voltage
impl Sync for fe_sec_voltage
impl Unpin for fe_sec_voltage
impl UnsafeUnpin for fe_sec_voltage
impl UnwindSafe for fe_sec_voltage
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