Enum ofx::ParamDoubleType
source · pub enum ParamDoubleType {
Plain,
Angle,
Scale,
Time,
AbsoluteTime,
X,
XAbsolute,
Y,
YAbsolute,
XY,
XYAbsolute,
}Variants
Plain
Angle
Scale
Time
AbsoluteTime
X
XAbsolute
Y
YAbsolute
XY
XYAbsolute
Trait Implementations
sourceimpl Clone for ParamDoubleType
impl Clone for ParamDoubleType
sourcefn clone(&self) -> ParamDoubleType
fn clone(&self) -> ParamDoubleType
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 moresourceimpl Debug for ParamDoubleType
impl Debug for ParamDoubleType
sourceimpl IdentifiedEnum for ParamDoubleType
impl IdentifiedEnum for ParamDoubleType
sourceimpl PartialEq<ParamDoubleType> for ParamDoubleType
impl PartialEq<ParamDoubleType> for ParamDoubleType
sourcefn eq(&self, other: &ParamDoubleType) -> bool
fn eq(&self, other: &ParamDoubleType) -> bool
impl Copy for ParamDoubleType
impl StructuralPartialEq for ParamDoubleType
Auto Trait Implementations
impl RefUnwindSafe for ParamDoubleType
impl Send for ParamDoubleType
impl Sync for ParamDoubleType
impl Unpin for ParamDoubleType
impl UnwindSafe for ParamDoubleType
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