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