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