pub enum PGW {
PROGRAM,
}
Expand description
Values that can be written to the field PG
Variants§
PROGRAM
Flash programming activated
Auto Trait Implementations§
impl Freeze for PGW
impl RefUnwindSafe for PGW
impl Send for PGW
impl Sync for PGW
impl Unpin for PGW
impl UnwindSafe for PGW
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