Struct csfml_window_sys::sfContextSettings[][src]

#[repr(C)]pub struct sfContextSettings {
    pub depthBits: c_uint,
    pub stencilBits: c_uint,
    pub antialiasingLevel: c_uint,
    pub majorVersion: c_uint,
    pub minorVersion: c_uint,
    pub attributeFlags: sfUint32,
    pub sRgbCapable: sfBool,
}

Fields

depthBits: c_uintstencilBits: c_uintantialiasingLevel: c_uintmajorVersion: c_uintminorVersion: c_uintattributeFlags: sfUint32sRgbCapable: sfBool

Trait Implementations

impl Clone for sfContextSettings[src]

impl Copy for sfContextSettings[src]

impl Debug for sfContextSettings[src]

impl Eq for sfContextSettings[src]

impl Hash for sfContextSettings[src]

impl Ord for sfContextSettings[src]

impl PartialEq<sfContextSettings> for sfContextSettings[src]

impl PartialOrd<sfContextSettings> for sfContextSettings[src]

impl StructuralEq for sfContextSettings[src]

impl StructuralPartialEq for sfContextSettings[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.