Struct rs::outputs::Millimeter
source · [−]pub struct Millimeter(pub i32);
Tuple Fields
0: i32
Trait Implementations
sourceimpl Clone for Millimeter
impl Clone for Millimeter
sourcefn clone(&self) -> Millimeter
fn clone(&self) -> Millimeter
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 Debug for Millimeter
impl Debug for Millimeter
sourceimpl DivCeil<i32> for Millimeter
impl DivCeil<i32> for Millimeter
type Output = Millimeter
fn div_ceil(self, other: i32) -> Self
sourceimpl Mul<i32> for Millimeter
impl Mul<i32> for Millimeter
impl Copy for Millimeter
Auto Trait Implementations
impl RefUnwindSafe for Millimeter
impl Send for Millimeter
impl Sync for Millimeter
impl Unpin for Millimeter
impl UnwindSafe for Millimeter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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