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