pub struct RasterPixel;
Expand description
Geometry gets rasterized in a given root coordinate space. This is often the root spatial node (world space), but may be a local space for a variety of reasons (e.g. perspective).
Trait Implementations§
Source§impl Clone for RasterPixel
impl Clone for RasterPixel
Source§fn clone(&self) -> RasterPixel
fn clone(&self) -> RasterPixel
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 RasterPixel
impl Debug for RasterPixel
Source§impl Hash for RasterPixel
impl Hash for RasterPixel
Source§impl Ord for RasterPixel
impl Ord for RasterPixel
Source§fn cmp(&self, other: &RasterPixel) -> Ordering
fn cmp(&self, other: &RasterPixel) -> 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 RasterPixel
impl PartialEq for RasterPixel
Source§impl PartialOrd for RasterPixel
impl PartialOrd for RasterPixel
impl Copy for RasterPixel
impl Eq for RasterPixel
impl StructuralPartialEq for RasterPixel
Auto Trait Implementations§
impl Freeze for RasterPixel
impl RefUnwindSafe for RasterPixel
impl Send for RasterPixel
impl Sync for RasterPixel
impl Unpin for RasterPixel
impl UnwindSafe for RasterPixel
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