pub struct SmoothstepThreshold {
pub low: f32,
pub high: f32,
}Fields§
§low: f32§high: f32Implementations§
Trait Implementations§
Source§impl Clone for SmoothstepThreshold
impl Clone for SmoothstepThreshold
Source§fn clone(&self) -> SmoothstepThreshold
fn clone(&self) -> SmoothstepThreshold
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 SmoothstepThreshold
impl Debug for SmoothstepThreshold
Source§impl<'de> Deserialize<'de> for SmoothstepThreshold
impl<'de> Deserialize<'de> for SmoothstepThreshold
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
Source§impl Serialize for SmoothstepThreshold
impl Serialize for SmoothstepThreshold
impl Copy for SmoothstepThreshold
Auto Trait Implementations§
impl Freeze for SmoothstepThreshold
impl RefUnwindSafe for SmoothstepThreshold
impl Send for SmoothstepThreshold
impl Sync for SmoothstepThreshold
impl Unpin for SmoothstepThreshold
impl UnsafeUnpin for SmoothstepThreshold
impl UnwindSafe for SmoothstepThreshold
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