Trait objc2_quartz_core::CAMediaTiming
source · pub unsafe trait CAMediaTiming {
Show 16 methods
// Provided methods
unsafe fn beginTime(&self) -> c_double
where Self: Sized + Message { ... }
unsafe fn setBeginTime(&self, begin_time: c_double)
where Self: Sized + Message { ... }
unsafe fn duration(&self) -> c_double
where Self: Sized + Message { ... }
unsafe fn setDuration(&self, duration: c_double)
where Self: Sized + Message { ... }
unsafe fn speed(&self) -> c_float
where Self: Sized + Message { ... }
unsafe fn setSpeed(&self, speed: c_float)
where Self: Sized + Message { ... }
unsafe fn timeOffset(&self) -> c_double
where Self: Sized + Message { ... }
unsafe fn setTimeOffset(&self, time_offset: c_double)
where Self: Sized + Message { ... }
unsafe fn repeatCount(&self) -> c_float
where Self: Sized + Message { ... }
unsafe fn setRepeatCount(&self, repeat_count: c_float)
where Self: Sized + Message { ... }
unsafe fn repeatDuration(&self) -> c_double
where Self: Sized + Message { ... }
unsafe fn setRepeatDuration(&self, repeat_duration: c_double)
where Self: Sized + Message { ... }
unsafe fn autoreverses(&self) -> bool
where Self: Sized + Message { ... }
unsafe fn setAutoreverses(&self, autoreverses: bool)
where Self: Sized + Message { ... }
unsafe fn fillMode(&self) -> Retained<CAMediaTimingFillMode>
where Self: Sized + Message { ... }
unsafe fn setFillMode(&self, fill_mode: &CAMediaTimingFillMode)
where Self: Sized + Message { ... }
}Available on crate feature
CAMediaTiming only.Provided Methods§
unsafe fn beginTime(&self) -> c_double
unsafe fn setBeginTime(&self, begin_time: c_double)
unsafe fn duration(&self) -> c_double
unsafe fn setDuration(&self, duration: c_double)
unsafe fn speed(&self) -> c_float
unsafe fn setSpeed(&self, speed: c_float)
unsafe fn timeOffset(&self) -> c_double
unsafe fn setTimeOffset(&self, time_offset: c_double)
unsafe fn repeatCount(&self) -> c_float
unsafe fn setRepeatCount(&self, repeat_count: c_float)
unsafe fn repeatDuration(&self) -> c_double
unsafe fn setRepeatDuration(&self, repeat_duration: c_double)
unsafe fn autoreverses(&self) -> bool
unsafe fn setAutoreverses(&self, autoreverses: bool)
unsafe fn fillMode(&self) -> Retained<CAMediaTimingFillMode>
unsafe fn setFillMode(&self, fill_mode: &CAMediaTimingFillMode)
Trait Implementations§
source§impl ProtocolType for dyn CAMediaTiming
impl ProtocolType for dyn CAMediaTiming
impl<T> ImplementedBy<T> for dyn CAMediaTiming
Implementations on Foreign Types§
impl<T> CAMediaTiming for ProtocolObject<T>where
T: ?Sized + CAMediaTiming,
Implementors§
impl CAMediaTiming for CAAnimation
Available on crate feature
CAAnimation only.impl CAMediaTiming for CAAnimationGroup
Available on crate feature
CAAnimation only.impl CAMediaTiming for CABasicAnimation
Available on crate feature
CAAnimation only.impl CAMediaTiming for CAEmitterCell
Available on crate feature
CAEmitterCell only.impl CAMediaTiming for CAEmitterLayer
Available on crate features
CALayer and CAEmitterLayer only.impl CAMediaTiming for CAGradientLayer
Available on crate features
CALayer and CAGradientLayer only.impl CAMediaTiming for CAKeyframeAnimation
Available on crate feature
CAAnimation only.impl CAMediaTiming for CALayer
Available on crate feature
CALayer only.impl CAMediaTiming for CAMetalLayer
Available on crate features
CALayer and CAMetalLayer only.impl CAMediaTiming for CAPropertyAnimation
Available on crate feature
CAAnimation only.impl CAMediaTiming for CAReplicatorLayer
Available on crate features
CALayer and CAReplicatorLayer only.impl CAMediaTiming for CAScrollLayer
Available on crate features
CALayer and CAScrollLayer only.impl CAMediaTiming for CAShapeLayer
Available on crate features
CALayer and CAShapeLayer only.impl CAMediaTiming for CASpringAnimation
Available on crate feature
CAAnimation only.impl CAMediaTiming for CATextLayer
Available on crate features
CALayer and CATextLayer only.impl CAMediaTiming for CATiledLayer
Available on crate features
CALayer and CATiledLayer only.impl CAMediaTiming for CATransformLayer
Available on crate features
CALayer and CATransformLayer only.impl CAMediaTiming for CATransition
Available on crate feature
CAAnimation only.