Struct pax_runtime_api::SizePixels
source · [−]pub struct SizePixels(pub f64);
Tuple Fields
0: f64
Trait Implementations
sourceimpl Clone for SizePixels
impl Clone for SizePixels
sourcefn clone(&self) -> SizePixels
fn clone(&self) -> SizePixels
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for SizePixels
impl Default for SizePixels
sourceimpl Into<f64> for &SizePixels
impl Into<f64> for &SizePixels
sourceimpl PartialEq<SizePixels> for f64
impl PartialEq<SizePixels> for f64
sourcefn eq(&self, other: &SizePixels) -> bool
fn eq(&self, other: &SizePixels) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl PartialEq<f64> for SizePixels
impl PartialEq<f64> for SizePixels
impl Copy for SizePixels
Auto Trait Implementations
impl RefUnwindSafe for SizePixels
impl Send for SizePixels
impl Sync for SizePixels
impl Unpin for SizePixels
impl UnwindSafe for SizePixels
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more