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