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