pub struct AvatarScales {
pub height: f32,
pub width: f32,
pub head: f32,
pub depth: f32,
pub proportion: f32,
pub body_type: f32,
}Fields§
§height: f32§width: f32§head: f32§depth: f32§proportion: f32§body_type: f32Trait Implementations§
Source§impl Clone for AvatarScales
impl Clone for AvatarScales
Source§fn clone(&self) -> AvatarScales
fn clone(&self) -> AvatarScales
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AvatarScales
impl Debug for AvatarScales
Source§impl<'de> Deserialize<'de> for AvatarScales
impl<'de> Deserialize<'de> for AvatarScales
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 PartialEq for AvatarScales
impl PartialEq for AvatarScales
Source§impl Serialize for AvatarScales
impl Serialize for AvatarScales
impl StructuralPartialEq for AvatarScales
Auto Trait Implementations§
impl Freeze for AvatarScales
impl RefUnwindSafe for AvatarScales
impl Send for AvatarScales
impl Sync for AvatarScales
impl Unpin for AvatarScales
impl UnsafeUnpin for AvatarScales
impl UnwindSafe for AvatarScales
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