pub struct ForceBinding {
pub kind: ForceFieldKind,
pub strength: f32,
pub radius: f32,
}Expand description
Force binding — references a force field by kind with strength and radius.
Fields§
§kind: ForceFieldKind§strength: f32§radius: f32Trait Implementations§
Source§impl Clone for ForceBinding
impl Clone for ForceBinding
Source§fn clone(&self) -> ForceBinding
fn clone(&self) -> ForceBinding
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 ForceBinding
impl Debug for ForceBinding
Source§impl<'de> Deserialize<'de> for ForceBinding
impl<'de> Deserialize<'de> for ForceBinding
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
Auto Trait Implementations§
impl Freeze for ForceBinding
impl RefUnwindSafe for ForceBinding
impl Send for ForceBinding
impl Sync for ForceBinding
impl Unpin for ForceBinding
impl UnsafeUnpin for ForceBinding
impl UnwindSafe for ForceBinding
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