Struct webrender_api::units::Tiles
source · pub struct Tiles;
Expand description
Offset in number of tiles.
Trait Implementations§
source§impl Ord for Tiles
impl Ord for Tiles
source§impl PartialEq for Tiles
impl PartialEq for Tiles
source§impl PartialOrd for Tiles
impl PartialOrd for Tiles
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 Tiles
impl Eq for Tiles
impl StructuralPartialEq for Tiles
Auto Trait Implementations§
impl Freeze for Tiles
impl RefUnwindSafe for Tiles
impl Send for Tiles
impl Sync for Tiles
impl Unpin for Tiles
impl UnwindSafe for Tiles
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