#[repr(C)]pub struct ObjectAttachmentSlotData {
pub model: i32,
pub bone: i32,
pub offset: Vector3,
pub rotation: Vector3,
pub scale: Vector3,
pub colour1: Colour,
pub colour2: Colour,
}Fields§
§model: i32§bone: i32§offset: Vector3§rotation: Vector3§scale: Vector3§colour1: Colour§colour2: ColourTrait Implementations§
Source§impl Clone for ObjectAttachmentSlotData
impl Clone for ObjectAttachmentSlotData
Source§fn clone(&self) -> ObjectAttachmentSlotData
fn clone(&self) -> ObjectAttachmentSlotData
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 ObjectAttachmentSlotData
impl Debug for ObjectAttachmentSlotData
Source§impl Default for ObjectAttachmentSlotData
impl Default for ObjectAttachmentSlotData
Source§fn default() -> ObjectAttachmentSlotData
fn default() -> ObjectAttachmentSlotData
Returns the “default value” for a type. Read more
impl Copy for ObjectAttachmentSlotData
Auto Trait Implementations§
impl Freeze for ObjectAttachmentSlotData
impl RefUnwindSafe for ObjectAttachmentSlotData
impl Send for ObjectAttachmentSlotData
impl Sync for ObjectAttachmentSlotData
impl Unpin for ObjectAttachmentSlotData
impl UnwindSafe for ObjectAttachmentSlotData
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