#[repr(C)]pub struct GstControlPoint_cache_cubic_monotonic {
pub c1s: c_double,
pub c2s: c_double,
pub c3s: c_double,
}
Fields§
§c1s: c_double
§c2s: c_double
§c3s: c_double
Trait Implementations§
Source§impl Clone for GstControlPoint_cache_cubic_monotonic
impl Clone for GstControlPoint_cache_cubic_monotonic
Source§fn clone(&self) -> GstControlPoint_cache_cubic_monotonic
fn clone(&self) -> GstControlPoint_cache_cubic_monotonic
Returns a copy 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 moreimpl Copy for GstControlPoint_cache_cubic_monotonic
Auto Trait Implementations§
impl Freeze for GstControlPoint_cache_cubic_monotonic
impl RefUnwindSafe for GstControlPoint_cache_cubic_monotonic
impl Send for GstControlPoint_cache_cubic_monotonic
impl Sync for GstControlPoint_cache_cubic_monotonic
impl Unpin for GstControlPoint_cache_cubic_monotonic
impl UnwindSafe for GstControlPoint_cache_cubic_monotonic
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