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