#[repr(C)]pub struct HableCurve_DirectParams {
pub x0: f32,
pub y0: f32,
pub x1: f32,
pub y1: f32,
pub w: f32,
pub overshoot_x: f32,
pub overshoot_y: f32,
pub gamma: f32,
}Expand description
Fields§
§x0: f32§y0: f32§x1: f32§y1: f32§w: f32§overshoot_x: f32§overshoot_y: f32§gamma: f32Trait Implementations§
Source§impl Clone for HableCurve_DirectParams
impl Clone for HableCurve_DirectParams
Source§fn clone(&self) -> HableCurve_DirectParams
fn clone(&self) -> HableCurve_DirectParams
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HableCurve_DirectParams
Auto Trait Implementations§
impl Freeze for HableCurve_DirectParams
impl RefUnwindSafe for HableCurve_DirectParams
impl Send for HableCurve_DirectParams
impl Sync for HableCurve_DirectParams
impl Unpin for HableCurve_DirectParams
impl UnwindSafe for HableCurve_DirectParams
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)