#[repr(C)]pub struct AvatarMaskBodyPart {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl AvatarMaskBodyPart
impl AvatarMaskBodyPart
pub fn root() -> Self
pub fn body() -> Self
pub fn head() -> Self
pub fn left_leg() -> Self
pub fn right_leg() -> Self
pub fn left_arm() -> Self
pub fn right_arm() -> Self
pub fn left_fingers() -> Self
pub fn right_fingers() -> Self
pub fn left_foot_ik() -> Self
pub fn right_foot_ik() -> Self
pub fn left_hand_ik() -> Self
pub fn right_hand_ik() -> Self
pub fn last_body_part() -> Self
Trait Implementations§
Source§impl ClassIdentity for AvatarMaskBodyPart
impl ClassIdentity for AvatarMaskBodyPart
Source§impl Clone for AvatarMaskBodyPart
impl Clone for AvatarMaskBodyPart
Source§fn clone(&self) -> AvatarMaskBodyPart
fn clone(&self) -> AvatarMaskBodyPart
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AvatarMaskBodyPart
impl Debug for AvatarMaskBodyPart
Source§impl PartialEq for AvatarMaskBodyPart
impl PartialEq for AvatarMaskBodyPart
impl Copy for AvatarMaskBodyPart
impl Eq for AvatarMaskBodyPart
impl StructuralPartialEq for AvatarMaskBodyPart
Auto Trait Implementations§
impl Freeze for AvatarMaskBodyPart
impl RefUnwindSafe for AvatarMaskBodyPart
impl Send for AvatarMaskBodyPart
impl Sync for AvatarMaskBodyPart
impl Unpin for AvatarMaskBodyPart
impl UnwindSafe for AvatarMaskBodyPart
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)