[−][src]Enum sdl2::video::FullscreenType
pub enum FullscreenType { Off, True, Desktop, }
Variants
Methods
impl FullscreenType
[src][−]
pub fn from_window_flags(window_flags: u32) -> FullscreenType
[src]
Trait Implementations
impl Clone for FullscreenType
[src][+]
impl Copy for FullscreenType
[src]
impl Debug for FullscreenType
[src][+]
impl Eq for FullscreenType
[src]
impl Hash for FullscreenType
[src][+]
impl PartialEq<FullscreenType> for FullscreenType
[src][+]
impl StructuralEq for FullscreenType
[src]
impl StructuralPartialEq for FullscreenType
[src]
Auto Trait Implementations
impl RefUnwindSafe for FullscreenType
impl Send for FullscreenType
impl Sync for FullscreenType
impl Unpin for FullscreenType
impl UnwindSafe for FullscreenType
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,