pub struct WorldPixel;
Expand description
Geometry in the document’s coordinate space (logical pixels).
Trait Implementations§
Source§impl Clone for WorldPixel
impl Clone for WorldPixel
Source§fn clone(&self) -> WorldPixel
fn clone(&self) -> WorldPixel
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WorldPixel
impl Debug for WorldPixel
Source§impl Hash for WorldPixel
impl Hash for WorldPixel
Source§impl MallocSizeOf for WorldPixel
impl MallocSizeOf for WorldPixel
Source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
Source§impl Ord for WorldPixel
impl Ord for WorldPixel
Source§fn cmp(&self, other: &WorldPixel) -> Ordering
fn cmp(&self, other: &WorldPixel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WorldPixel
impl PartialEq for WorldPixel
Source§impl PartialOrd for WorldPixel
impl PartialOrd for WorldPixel
impl Copy for WorldPixel
impl Eq for WorldPixel
impl StructuralPartialEq for WorldPixel
Auto Trait Implementations§
impl Freeze for WorldPixel
impl RefUnwindSafe for WorldPixel
impl Send for WorldPixel
impl Sync for WorldPixel
impl Unpin for WorldPixel
impl UnwindSafe for WorldPixel
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