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