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