Enum En
#[repr(u8)]pub enum En {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
Disabled AHB/AXI dead-time functionality
ENABLED = 1
Enabled AHB/AXI dead-time functionality
Implementations§
Trait Implementations§
§impl Ord for En
impl Ord for En
§impl PartialOrd for En
impl PartialOrd for En
impl Copy for En
impl Eq for En
impl StructuralPartialEq for En
Auto Trait Implementations§
impl Freeze for En
impl RefUnwindSafe for En
impl Send for En
impl Sync for En
impl Unpin for En
impl UnwindSafe for En
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