pub struct MotionPx(/* private fields */);Expand description
A renderer-neutral logical pixel scalar.
Implementations§
Trait Implementations§
impl Copy for MotionPx
Source§impl PartialOrd for MotionPx
impl PartialOrd for MotionPx
impl StructuralPartialEq for MotionPx
Auto Trait Implementations§
impl Freeze for MotionPx
impl RefUnwindSafe for MotionPx
impl Send for MotionPx
impl Sync for MotionPx
impl Unpin for MotionPx
impl UnsafeUnpin for MotionPx
impl UnwindSafe for MotionPx
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