[][src]Struct sapp_linux::_sapp_gl_fbconfig

#[repr(C)]pub struct _sapp_gl_fbconfig {
    pub red_bits: c_int,
    pub green_bits: c_int,
    pub blue_bits: c_int,
    pub alpha_bits: c_int,
    pub depth_bits: c_int,
    pub stencil_bits: c_int,
    pub samples: c_int,
    pub doublebuffer: bool,
    pub handle: c_ulong,
}

Fields

red_bits: c_intgreen_bits: c_intblue_bits: c_intalpha_bits: c_intdepth_bits: c_intstencil_bits: c_intsamples: c_intdoublebuffer: boolhandle: c_ulong

Trait Implementations

impl Clone for _sapp_gl_fbconfig[src]

impl Copy for _sapp_gl_fbconfig[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.