#[repr(C)]pub struct TA_CUBIC_BEZIER {
pub header: TA_TIMINGFUNCTION,
pub rX0: c_float,
pub rY0: c_float,
pub rX1: c_float,
pub rY1: c_float,
}
Fields§
§header: TA_TIMINGFUNCTION
§rX0: c_float
§rY0: c_float
§rX1: c_float
§rY1: c_float
Trait Implementations§
Source§impl Clone for TA_CUBIC_BEZIER
impl Clone for TA_CUBIC_BEZIER
Source§fn clone(&self) -> TA_CUBIC_BEZIER
fn clone(&self) -> TA_CUBIC_BEZIER
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 Default for TA_CUBIC_BEZIER
impl Default for TA_CUBIC_BEZIER
Source§fn default() -> TA_CUBIC_BEZIER
fn default() -> TA_CUBIC_BEZIER
Returns the “default value” for a type. Read more
impl Copy for TA_CUBIC_BEZIER
Auto Trait Implementations§
impl Freeze for TA_CUBIC_BEZIER
impl RefUnwindSafe for TA_CUBIC_BEZIER
impl Send for TA_CUBIC_BEZIER
impl Sync for TA_CUBIC_BEZIER
impl Unpin for TA_CUBIC_BEZIER
impl UnwindSafe for TA_CUBIC_BEZIER
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