pub struct VisPixel;
Expand description
Geometry in the space in which we decided to perform visibility/clipping/invalidation calculations. This is intended to be a temporary type while transitioning some calculation from world to raster space.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for VisPixel
impl<'de> Deserialize<'de> for VisPixel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl MallocSizeOf for VisPixel
impl MallocSizeOf for VisPixel
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 VisPixel
impl Ord for VisPixel
Source§impl PartialOrd for VisPixel
impl PartialOrd for VisPixel
impl Copy for VisPixel
impl Eq for VisPixel
impl StructuralPartialEq for VisPixel
Auto Trait Implementations§
impl Freeze for VisPixel
impl RefUnwindSafe for VisPixel
impl Send for VisPixel
impl Sync for VisPixel
impl Unpin for VisPixel
impl UnwindSafe for VisPixel
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