Enum We
pub enum We {
_0 = 0,
_1 = 1,
}Expand description
Windowing Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for We
impl Eq for We
impl StructuralPartialEq for We
Auto Trait Implementations§
impl Freeze for We
impl RefUnwindSafe for We
impl Send for We
impl Sync for We
impl Unpin for We
impl UnwindSafe for We
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