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