pub enum Puf {
NoEffect = 0,
ClrStartEn1 = 1,
}Expand description
no description available
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Puf
impl Eq for Puf
impl StructuralPartialEq for Puf
Auto Trait Implementations§
impl Freeze for Puf
impl RefUnwindSafe for Puf
impl Send for Puf
impl Sync for Puf
impl Unpin for Puf
impl UnwindSafe for Puf
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