Struct x11rb_protocol::protocol::glx::GC
source · pub struct GC(/* private fields */);
Implementations§
source§impl GC
impl GC
pub const GL_CURRENT_BIT: Self = _
pub const GL_POINT_BIT: Self = _
pub const GL_LINE_BIT: Self = _
pub const GL_POLYGON_BIT: Self = _
pub const GL_POLYGON_STIPPLE_BIT: Self = _
pub const GL_PIXEL_MODE_BIT: Self = _
pub const GL_LIGHTING_BIT: Self = _
pub const GL_FOG_BIT: Self = _
pub const GL_DEPTH_BUFFER_BIT: Self = _
pub const GL_ACCUM_BUFFER_BIT: Self = _
pub const GL_STENCIL_BUFFER_BIT: Self = _
pub const GL_VIEWPORT_BIT: Self = _
pub const GL_TRANSFORM_BIT: Self = _
pub const GL_ENABLE_BIT: Self = _
pub const GL_COLOR_BUFFER_BIT: Self = _
pub const GL_HINT_BIT: Self = _
pub const GL_EVAL_BIT: Self = _
pub const GL_LIST_BIT: Self = _
pub const GL_TEXTURE_BIT: Self = _
pub const GL_SCISSOR_BIT: Self = _
pub const GL_ALL_ATTRIB_BITS: Self = _
Trait Implementations§
source§impl<'de> Deserialize<'de> for GC
impl<'de> Deserialize<'de> for GC
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Ord for GC
impl Ord for GC
source§impl PartialOrd for GC
impl PartialOrd for GC
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for GC
impl Eq for GC
impl StructuralPartialEq for GC
Auto Trait Implementations§
impl Freeze for GC
impl RefUnwindSafe for GC
impl Send for GC
impl Sync for GC
impl Unpin for GC
impl UnwindSafe for GC
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