pub struct PixelSpace;Expand description
Pixel coordinate basis
Trait Implementations§
Source§impl Clone for PixelSpace
impl Clone for PixelSpace
Source§fn clone(&self) -> PixelSpace
fn clone(&self) -> PixelSpace
Returns a duplicate 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 PixelSpace
impl Debug for PixelSpace
impl Copy for PixelSpace
Auto Trait Implementations§
impl Freeze for PixelSpace
impl RefUnwindSafe for PixelSpace
impl Send for PixelSpace
impl Sync for PixelSpace
impl Unpin for PixelSpace
impl UnwindSafe for PixelSpace
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