pub enum DrParametersType {
None,
LocalEulerAngles_Yaw_Pitch_Roll_,
WorldOrientationQuaternion,
Unspecified(u8),
}Expand description
UID 296
Variants§
Trait Implementations§
Source§impl Clone for DrParametersType
impl Clone for DrParametersType
Source§fn clone(&self) -> DrParametersType
fn clone(&self) -> DrParametersType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DrParametersType
impl Debug for DrParametersType
Source§impl Default for DrParametersType
impl Default for DrParametersType
Source§impl Display for DrParametersType
impl Display for DrParametersType
Source§impl From<DrParametersType> for u8
impl From<DrParametersType> for u8
Source§fn from(value: DrParametersType) -> Self
fn from(value: DrParametersType) -> Self
Converts to this type from the input type.
Source§impl From<u8> for DrParametersType
impl From<u8> for DrParametersType
Source§impl Hash for DrParametersType
impl Hash for DrParametersType
Source§impl PartialEq for DrParametersType
impl PartialEq for DrParametersType
impl Copy for DrParametersType
impl Eq for DrParametersType
impl StructuralPartialEq for DrParametersType
Auto Trait Implementations§
impl Freeze for DrParametersType
impl RefUnwindSafe for DrParametersType
impl Send for DrParametersType
impl Sync for DrParametersType
impl Unpin for DrParametersType
impl UnwindSafe for DrParametersType
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