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