Enum Poen
#[repr(u8)]pub enum Poen {
_0 = 0,
_1 = 1,
}Expand description
PDB Pulse-Out Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Poen
impl Eq for Poen
impl IsEnum for Poen
impl StructuralPartialEq for Poen
Auto Trait Implementations§
impl Freeze for Poen
impl RefUnwindSafe for Poen
impl Send for Poen
impl Sync for Poen
impl Unpin for Poen
impl UnwindSafe for Poen
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