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