#[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_int
§green_bits: c_int
§blue_bits: c_int
§alpha_bits: c_int
§depth_bits: c_int
§stencil_bits: c_int
§samples: c_int
§doublebuffer: bool
§handle: c_ulong
Trait Implementations§
Source§impl Clone for _sapp_gl_fbconfig
impl Clone for _sapp_gl_fbconfig
Source§fn clone(&self) -> _sapp_gl_fbconfig
fn clone(&self) -> _sapp_gl_fbconfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for _sapp_gl_fbconfig
Auto Trait Implementations§
impl Freeze for _sapp_gl_fbconfig
impl RefUnwindSafe for _sapp_gl_fbconfig
impl Send for _sapp_gl_fbconfig
impl Sync for _sapp_gl_fbconfig
impl Unpin for _sapp_gl_fbconfig
impl UnwindSafe for _sapp_gl_fbconfig
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