#[repr(C)]pub struct TA_CUBIC_BEZIER {
pub header: TA_TIMINGFUNCTION,
pub rX0: f32,
pub rY0: f32,
pub rX1: f32,
pub rY1: f32,
}Fields§
§header: TA_TIMINGFUNCTION§rX0: f32§rY0: f32§rX1: f32§rY1: f32Trait Implementations§
Source§impl Abi for TA_CUBIC_BEZIER
impl Abi for TA_CUBIC_BEZIER
Source§type Abi = TA_CUBIC_BEZIER
type Abi = TA_CUBIC_BEZIER
The abi representation of the implementing type. Read more
type DefaultType = TA_CUBIC_BEZIER
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 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 moreSource§impl Debug for TA_CUBIC_BEZIER
impl Debug for TA_CUBIC_BEZIER
Source§impl Default for TA_CUBIC_BEZIER
impl Default for TA_CUBIC_BEZIER
Source§impl PartialEq for TA_CUBIC_BEZIER
impl PartialEq for TA_CUBIC_BEZIER
impl Copy for TA_CUBIC_BEZIER
impl Eq 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