#[repr(u8)]pub enum EfuseProgSupplyGate {
EFUSE_PROG_SUPPLY_GATE_0 = 0,
EFUSE_PROG_SUPPLY_GATE_1 = 1,
}Variants§
EFUSE_PROG_SUPPLY_GATE_0 = 0
fuse programing supply voltage is gated off to the efuse module
EFUSE_PROG_SUPPLY_GATE_1 = 1
allow fuse programing.
Implementations§
Trait Implementations§
Source§impl Clone for EfuseProgSupplyGate
impl Clone for EfuseProgSupplyGate
Source§fn clone(&self) -> EfuseProgSupplyGate
fn clone(&self) -> EfuseProgSupplyGate
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 EfuseProgSupplyGate
impl Debug for EfuseProgSupplyGate
Source§impl From<EfuseProgSupplyGate> for u8
impl From<EfuseProgSupplyGate> for u8
Source§fn from(val: EfuseProgSupplyGate) -> u8
fn from(val: EfuseProgSupplyGate) -> u8
Converts to this type from the input type.
Source§impl From<u8> for EfuseProgSupplyGate
impl From<u8> for EfuseProgSupplyGate
Source§fn from(val: u8) -> EfuseProgSupplyGate
fn from(val: u8) -> EfuseProgSupplyGate
Converts to this type from the input type.
Source§impl Ord for EfuseProgSupplyGate
impl Ord for EfuseProgSupplyGate
Source§fn cmp(&self, other: &EfuseProgSupplyGate) -> Ordering
fn cmp(&self, other: &EfuseProgSupplyGate) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EfuseProgSupplyGate
impl PartialEq for EfuseProgSupplyGate
Source§impl PartialOrd for EfuseProgSupplyGate
impl PartialOrd for EfuseProgSupplyGate
impl Copy for EfuseProgSupplyGate
impl Eq for EfuseProgSupplyGate
impl StructuralPartialEq for EfuseProgSupplyGate
Auto Trait Implementations§
impl Freeze for EfuseProgSupplyGate
impl RefUnwindSafe for EfuseProgSupplyGate
impl Send for EfuseProgSupplyGate
impl Sync for EfuseProgSupplyGate
impl Unpin for EfuseProgSupplyGate
impl UnwindSafe for EfuseProgSupplyGate
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