Struct x11rb_protocol::protocol::render::SubPixel
source · pub struct SubPixel(u32);
Tuple Fields§
§0: u32
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 for SubPixel
impl PartialEq for SubPixel
source§impl PartialOrd for SubPixel
impl PartialOrd 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 moreimpl Copy for SubPixel
impl Eq for SubPixel
impl StructuralPartialEq for SubPixel
Auto Trait Implementations§
impl Freeze for SubPixel
impl RefUnwindSafe for SubPixel
impl Send for SubPixel
impl Sync for SubPixel
impl Unpin for SubPixel
impl UnwindSafe for SubPixel
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