Enum dis_rs::DrOtherParameters
source · pub enum DrOtherParameters {
None([u8; 15]),
LocalEulerAngles(DrEulerAngles),
WorldOrientationQuaternion(DrWorldOrientationQuaternion),
}Variants§
None([u8; 15])
LocalEulerAngles(DrEulerAngles)
WorldOrientationQuaternion(DrWorldOrientationQuaternion)
Trait Implementations§
source§impl Default for DrOtherParameters
impl Default for DrOtherParameters
Auto Trait Implementations§
impl RefUnwindSafe for DrOtherParameters
impl Send for DrOtherParameters
impl Sync for DrOtherParameters
impl Unpin for DrOtherParameters
impl UnwindSafe for DrOtherParameters
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