pub struct SoftInputs {
pub particles: u32,
pub elements: u32,
pub attachments: u32,
pub adjacency: u32,
pub bodies: u32,
pub material: bool,
}Fields§
§particles: u32§elements: u32§attachments: u32§adjacency: u32§bodies: u32§material: boolTrait Implementations§
Source§impl Clone for SoftInputs
impl Clone for SoftInputs
Source§fn clone(&self) -> SoftInputs
fn clone(&self) -> SoftInputs
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 moreimpl Copy for SoftInputs
Auto Trait Implementations§
impl Freeze for SoftInputs
impl RefUnwindSafe for SoftInputs
impl Send for SoftInputs
impl Sync for SoftInputs
impl Unpin for SoftInputs
impl UnsafeUnpin for SoftInputs
impl UnwindSafe for SoftInputs
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