pub struct InPixels;Trait Implementations§
impl Copy for InPixels
impl Eq for InPixels
impl StructuralPartialEq for InPixels
impl Unit for InPixels
Auto Trait Implementations§
impl Freeze for InPixels
impl RefUnwindSafe for InPixels
impl Send for InPixels
impl Sync for InPixels
impl Unpin for InPixels
impl UnwindSafe for InPixels
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