pub enum PECBYTEW {
NOPEC,
PEC,
}
Expand description
Values that can be written to the field PECBYTE
Variants§
Auto Trait Implementations§
impl Freeze for PECBYTEW
impl RefUnwindSafe for PECBYTEW
impl Send for PECBYTEW
impl Sync for PECBYTEW
impl Unpin for PECBYTEW
impl UnwindSafe for PECBYTEW
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