Struct x11rb_protocol::protocol::render::SubPixel
source · pub struct SubPixel(_);
Implementations§
source§impl SubPixel
impl SubPixel
pub const UNKNOWN: Self = _
pub const HORIZONTAL_RGB: Self = _
pub const HORIZONTAL_BGR: Self = _
pub const VERTICAL_RGB: Self = _
pub const VERTICAL_BGR: Self = _
pub const NONE: Self = _
Trait Implementations§
source§impl Ord for SubPixel
impl Ord for SubPixel
source§impl PartialEq<SubPixel> for SubPixel
impl PartialEq<SubPixel> for SubPixel
source§impl PartialOrd<SubPixel> for SubPixel
impl PartialOrd<SubPixel> for SubPixel
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 more