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