pub enum VideoFlag {
AnyFormat = 268_435_456,
HWPalette = 536_870_912,
DoubleBuf = 1_073_741_824,
Fullscreen = 2_147_483_648,
OpenGL = 2,
OpenGLBlit = 10,
Resizable = 16,
NoFrame = 32,
}Variants§
AnyFormat = 268_435_456
HWPalette = 536_870_912
DoubleBuf = 1_073_741_824
Fullscreen = 2_147_483_648
OpenGL = 2
OpenGLBlit = 10
Resizable = 16
NoFrame = 32
Trait Implementations§
impl Copy for VideoFlag
impl Eq for VideoFlag
impl StructuralPartialEq for VideoFlag
Auto Trait Implementations§
impl Freeze for VideoFlag
impl RefUnwindSafe for VideoFlag
impl Send for VideoFlag
impl Sync for VideoFlag
impl Unpin for VideoFlag
impl UnwindSafe for VideoFlag
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