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