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