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