Struct oxygengine_ha_renderer::math::RotatorDef
source · pub struct RotatorDef(pub Eulers);
Tuple Fields§
§0: Eulers
Trait Implementations§
source§impl Clone for RotatorDef
impl Clone for RotatorDef
source§fn clone(&self) -> RotatorDef
fn clone(&self) -> RotatorDef
Returns a copy 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 RotatorDef
impl Debug for RotatorDef
source§impl Default for RotatorDef
impl Default for RotatorDef
source§fn default() -> RotatorDef
fn default() -> RotatorDef
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RotatorDef
impl<'de> Deserialize<'de> for RotatorDef
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<Rotator> for RotatorDef
impl From<Rotator> for RotatorDef
source§impl From<RotatorDef> for Rotator
impl From<RotatorDef> for Rotator
source§fn from(v: RotatorDef) -> Self
fn from(v: RotatorDef) -> Self
Converts to this type from the input type.
source§impl PartialEq<RotatorDef> for RotatorDef
impl PartialEq<RotatorDef> for RotatorDef
source§fn eq(&self, other: &RotatorDef) -> bool
fn eq(&self, other: &RotatorDef) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for RotatorDef
impl Serialize for RotatorDef
impl Copy for RotatorDef
impl StructuralPartialEq for RotatorDef
Auto Trait Implementations§
impl RefUnwindSafe for RotatorDef
impl Send for RotatorDef
impl Sync for RotatorDef
impl Unpin for RotatorDef
impl UnwindSafe for RotatorDef
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
§impl<T> Initialize for Twhere
T: Default,
impl<T> Initialize for Twhere T: Default,
fn initialize(&mut self)
§unsafe fn initialize_raw(data: *mut ())
unsafe fn initialize_raw(data: *mut ())
Safety Read more