pub struct SoftAttachmentInit {
pub particle: u32,
pub body_id: u32,
pub generation: u32,
pub local: [f32; 3],
}Fields§
§particle: u32§body_id: u32§generation: u32§local: [f32; 3]Auto Trait Implementations§
impl Freeze for SoftAttachmentInit
impl RefUnwindSafe for SoftAttachmentInit
impl Send for SoftAttachmentInit
impl Sync for SoftAttachmentInit
impl Unpin for SoftAttachmentInit
impl UnsafeUnpin for SoftAttachmentInit
impl UnwindSafe for SoftAttachmentInit
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