#[repr(C)]pub struct CAEmitterCell { /* private fields */ }CAEmitterCell only.Expand description
Implementations§
Source§impl CAEmitterCell
impl CAEmitterCell
pub unsafe fn emitterCell() -> Retained<Self>
pub unsafe fn defaultValueForKey(key: &NSString) -> Option<Retained<AnyObject>>
pub unsafe fn shouldArchiveValueForKey(&self, key: &NSString) -> bool
pub unsafe fn name(&self) -> Option<Retained<NSString>>
pub unsafe fn isEnabled(&self) -> bool
Sourcepub unsafe fn setEnabled(&self, enabled: bool)
pub unsafe fn setEnabled(&self, enabled: bool)
Setter for isEnabled.
pub unsafe fn birthRate(&self) -> c_float
Sourcepub unsafe fn setBirthRate(&self, birth_rate: c_float)
pub unsafe fn setBirthRate(&self, birth_rate: c_float)
Setter for birthRate.
pub unsafe fn lifetime(&self) -> c_float
Sourcepub unsafe fn setLifetime(&self, lifetime: c_float)
pub unsafe fn setLifetime(&self, lifetime: c_float)
Setter for lifetime.
pub unsafe fn lifetimeRange(&self) -> c_float
Sourcepub unsafe fn setLifetimeRange(&self, lifetime_range: c_float)
pub unsafe fn setLifetimeRange(&self, lifetime_range: c_float)
Setter for lifetimeRange.
pub unsafe fn emissionLatitude(&self) -> CGFloat
objc2-core-foundation only.Sourcepub unsafe fn setEmissionLatitude(&self, emission_latitude: CGFloat)
Available on crate feature objc2-core-foundation only.
pub unsafe fn setEmissionLatitude(&self, emission_latitude: CGFloat)
objc2-core-foundation only.Setter for emissionLatitude.
pub unsafe fn emissionLongitude(&self) -> CGFloat
objc2-core-foundation only.Sourcepub unsafe fn setEmissionLongitude(&self, emission_longitude: CGFloat)
Available on crate feature objc2-core-foundation only.
pub unsafe fn setEmissionLongitude(&self, emission_longitude: CGFloat)
objc2-core-foundation only.Setter for emissionLongitude.
pub unsafe fn emissionRange(&self) -> CGFloat
objc2-core-foundation only.Sourcepub unsafe fn setEmissionRange(&self, emission_range: CGFloat)
Available on crate feature objc2-core-foundation only.
pub unsafe fn setEmissionRange(&self, emission_range: CGFloat)
objc2-core-foundation only.Setter for emissionRange.
pub unsafe fn velocity(&self) -> CGFloat
objc2-core-foundation only.Sourcepub unsafe fn setVelocity(&self, velocity: CGFloat)
Available on crate feature objc2-core-foundation only.
pub unsafe fn setVelocity(&self, velocity: CGFloat)
objc2-core-foundation only.Setter for velocity.
pub unsafe fn velocityRange(&self) -> CGFloat
objc2-core-foundation only.Sourcepub unsafe fn setVelocityRange(&self, velocity_range: CGFloat)
Available on crate feature objc2-core-foundation only.
pub unsafe fn setVelocityRange(&self, velocity_range: CGFloat)
objc2-core-foundation only.Setter for velocityRange.
pub unsafe fn xAcceleration(&self) -> CGFloat
objc2-core-foundation only.Sourcepub unsafe fn setXAcceleration(&self, x_acceleration: CGFloat)
Available on crate feature objc2-core-foundation only.
pub unsafe fn setXAcceleration(&self, x_acceleration: CGFloat)
objc2-core-foundation only.Setter for xAcceleration.
pub unsafe fn yAcceleration(&self) -> CGFloat
objc2-core-foundation only.Sourcepub unsafe fn setYAcceleration(&self, y_acceleration: CGFloat)
Available on crate feature objc2-core-foundation only.
pub unsafe fn setYAcceleration(&self, y_acceleration: CGFloat)
objc2-core-foundation only.Setter for yAcceleration.
pub unsafe fn zAcceleration(&self) -> CGFloat
objc2-core-foundation only.Sourcepub unsafe fn setZAcceleration(&self, z_acceleration: CGFloat)
Available on crate feature objc2-core-foundation only.
pub unsafe fn setZAcceleration(&self, z_acceleration: CGFloat)
objc2-core-foundation only.Setter for zAcceleration.
pub unsafe fn scale(&self) -> CGFloat
objc2-core-foundation only.Sourcepub unsafe fn setScale(&self, scale: CGFloat)
Available on crate feature objc2-core-foundation only.
pub unsafe fn setScale(&self, scale: CGFloat)
objc2-core-foundation only.Setter for scale.
pub unsafe fn scaleRange(&self) -> CGFloat
objc2-core-foundation only.Sourcepub unsafe fn setScaleRange(&self, scale_range: CGFloat)
Available on crate feature objc2-core-foundation only.
pub unsafe fn setScaleRange(&self, scale_range: CGFloat)
objc2-core-foundation only.Setter for scaleRange.
pub unsafe fn scaleSpeed(&self) -> CGFloat
objc2-core-foundation only.Sourcepub unsafe fn setScaleSpeed(&self, scale_speed: CGFloat)
Available on crate feature objc2-core-foundation only.
pub unsafe fn setScaleSpeed(&self, scale_speed: CGFloat)
objc2-core-foundation only.Setter for scaleSpeed.
pub unsafe fn spin(&self) -> CGFloat
objc2-core-foundation only.Sourcepub unsafe fn setSpin(&self, spin: CGFloat)
Available on crate feature objc2-core-foundation only.
pub unsafe fn setSpin(&self, spin: CGFloat)
objc2-core-foundation only.Setter for spin.
pub unsafe fn spinRange(&self) -> CGFloat
objc2-core-foundation only.Sourcepub unsafe fn setSpinRange(&self, spin_range: CGFloat)
Available on crate feature objc2-core-foundation only.
pub unsafe fn setSpinRange(&self, spin_range: CGFloat)
objc2-core-foundation only.Setter for spinRange.
pub unsafe fn color(&self) -> Option<Retained<CGColor>>
objc2-core-graphics only.Sourcepub unsafe fn setColor(&self, color: Option<&CGColor>)
Available on crate feature objc2-core-graphics only.
pub unsafe fn setColor(&self, color: Option<&CGColor>)
objc2-core-graphics only.Setter for color.
pub unsafe fn redRange(&self) -> c_float
Sourcepub unsafe fn setRedRange(&self, red_range: c_float)
pub unsafe fn setRedRange(&self, red_range: c_float)
Setter for redRange.
pub unsafe fn greenRange(&self) -> c_float
Sourcepub unsafe fn setGreenRange(&self, green_range: c_float)
pub unsafe fn setGreenRange(&self, green_range: c_float)
Setter for greenRange.
pub unsafe fn blueRange(&self) -> c_float
Sourcepub unsafe fn setBlueRange(&self, blue_range: c_float)
pub unsafe fn setBlueRange(&self, blue_range: c_float)
Setter for blueRange.
pub unsafe fn alphaRange(&self) -> c_float
Sourcepub unsafe fn setAlphaRange(&self, alpha_range: c_float)
pub unsafe fn setAlphaRange(&self, alpha_range: c_float)
Setter for alphaRange.
pub unsafe fn redSpeed(&self) -> c_float
Sourcepub unsafe fn setRedSpeed(&self, red_speed: c_float)
pub unsafe fn setRedSpeed(&self, red_speed: c_float)
Setter for redSpeed.
pub unsafe fn greenSpeed(&self) -> c_float
Sourcepub unsafe fn setGreenSpeed(&self, green_speed: c_float)
pub unsafe fn setGreenSpeed(&self, green_speed: c_float)
Setter for greenSpeed.
pub unsafe fn blueSpeed(&self) -> c_float
Sourcepub unsafe fn setBlueSpeed(&self, blue_speed: c_float)
pub unsafe fn setBlueSpeed(&self, blue_speed: c_float)
Setter for blueSpeed.
pub unsafe fn alphaSpeed(&self) -> c_float
Sourcepub unsafe fn setAlphaSpeed(&self, alpha_speed: c_float)
pub unsafe fn setAlphaSpeed(&self, alpha_speed: c_float)
Setter for alphaSpeed.
pub unsafe fn contents(&self) -> Option<Retained<AnyObject>>
Sourcepub unsafe fn setContents(&self, contents: Option<&AnyObject>)
pub unsafe fn setContents(&self, contents: Option<&AnyObject>)
Setter for contents.
pub unsafe fn contentsRect(&self) -> CGRect
objc2-core-foundation only.Sourcepub unsafe fn setContentsRect(&self, contents_rect: CGRect)
Available on crate feature objc2-core-foundation only.
pub unsafe fn setContentsRect(&self, contents_rect: CGRect)
objc2-core-foundation only.Setter for contentsRect.
pub unsafe fn contentsScale(&self) -> CGFloat
objc2-core-foundation only.Sourcepub unsafe fn setContentsScale(&self, contents_scale: CGFloat)
Available on crate feature objc2-core-foundation only.
pub unsafe fn setContentsScale(&self, contents_scale: CGFloat)
objc2-core-foundation only.Setter for contentsScale.
pub unsafe fn minificationFilter(&self) -> Retained<NSString>
Sourcepub unsafe fn setMinificationFilter(&self, minification_filter: &NSString)
pub unsafe fn setMinificationFilter(&self, minification_filter: &NSString)
Setter for minificationFilter.
pub unsafe fn magnificationFilter(&self) -> Retained<NSString>
Sourcepub unsafe fn setMagnificationFilter(&self, magnification_filter: &NSString)
pub unsafe fn setMagnificationFilter(&self, magnification_filter: &NSString)
Setter for magnificationFilter.
pub unsafe fn minificationFilterBias(&self) -> c_float
Sourcepub unsafe fn setMinificationFilterBias(
&self,
minification_filter_bias: c_float,
)
pub unsafe fn setMinificationFilterBias( &self, minification_filter_bias: c_float, )
Setter for minificationFilterBias.
pub unsafe fn emitterCells(&self) -> Option<Retained<NSArray<CAEmitterCell>>>
Sourcepub unsafe fn setEmitterCells(
&self,
emitter_cells: Option<&NSArray<CAEmitterCell>>,
)
pub unsafe fn setEmitterCells( &self, emitter_cells: Option<&NSArray<CAEmitterCell>>, )
Setter for emitterCells.
pub unsafe fn style(&self) -> Option<Retained<NSDictionary>>
Sourcepub unsafe fn setStyle(&self, style: Option<&NSDictionary>)
pub unsafe fn setStyle(&self, style: Option<&NSDictionary>)
Setter for style.
Methods from Deref<Target = NSObject>§
Sourcepub fn doesNotRecognizeSelector(&self, sel: Sel) -> !
pub fn doesNotRecognizeSelector(&self, sel: Sel) -> !
Handle messages the object doesn’t recognize.
See Apple’s documentation for details.
Methods from Deref<Target = AnyObject>§
Sourcepub fn class(&self) -> &'static AnyClass
pub fn class(&self) -> &'static AnyClass
Dynamically find the class of this object.
§Example
Check that an instance of NSObject has the precise class NSObject.
use objc2::ClassType;
use objc2::runtime::NSObject;
let obj = NSObject::new();
assert_eq!(obj.class(), NSObject::class());Sourcepub unsafe fn get_ivar<T>(&self, name: &str) -> &Twhere
T: Encode,
👎Deprecated: this is difficult to use correctly, use Ivar::load instead.
pub unsafe fn get_ivar<T>(&self, name: &str) -> &Twhere
T: Encode,
Ivar::load instead.Use Ivar::load instead.
§Safety
The object must have an instance variable with the given name, and it
must be of type T.
See Ivar::load_ptr for details surrounding this.
Sourcepub fn downcast_ref<T>(&self) -> Option<&T>where
T: DowncastTarget,
pub fn downcast_ref<T>(&self) -> Option<&T>where
T: DowncastTarget,
Attempt to downcast the object to a class of type T.
This is the reference-variant. Use Retained::downcast if you want
to convert a retained object to another type.
§Mutable classes
Some classes have immutable and mutable variants, such as NSString
and NSMutableString.
When some Objective-C API signature says it gives you an immutable class, it generally expects you to not mutate that, even though it may technically be mutable “under the hood”.
So using this method to convert a NSString to a NSMutableString,
while not unsound, is generally frowned upon unless you created the
string yourself, or the API explicitly documents the string to be
mutable.
See Apple’s documentation on mutability and on
isKindOfClass: for more details.
§Generic classes
Objective-C generics are called “lightweight generics”, and that’s because they aren’t exposed in the runtime. This makes it impossible to safely downcast to generic collections, so this is disallowed by this method.
You can, however, safely downcast to generic collections where all the
type-parameters are AnyObject.
§Panics
This works internally by calling isKindOfClass:. That means that the
object must have the instance method of that name, and an exception
will be thrown (if CoreFoundation is linked) or the process will abort
if that is not the case. In the vast majority of cases, you don’t need
to worry about this, since both root objects NSObject and
NSProxy implement this method.
§Examples
Cast an NSString back and forth from NSObject.
use objc2::rc::Retained;
use objc2_foundation::{NSObject, NSString};
let obj: Retained<NSObject> = NSString::new().into_super();
let string = obj.downcast_ref::<NSString>().unwrap();
// Or with `downcast`, if we do not need the object afterwards
let string = obj.downcast::<NSString>().unwrap();Try (and fail) to cast an NSObject to an NSString.
use objc2_foundation::{NSObject, NSString};
let obj = NSObject::new();
assert!(obj.downcast_ref::<NSString>().is_none());Try to cast to an array of strings.
use objc2_foundation::{NSArray, NSObject, NSString};
let arr = NSArray::from_retained_slice(&[NSObject::new()]);
// This is invalid and doesn't type check.
let arr = arr.downcast_ref::<NSArray<NSString>>();This fails to compile, since it would require enumerating over the array to ensure that each element is of the desired type, which is a performance pitfall.
Downcast when processing each element instead.
use objc2_foundation::{NSArray, NSObject, NSString};
let arr = NSArray::from_retained_slice(&[NSObject::new()]);
for elem in arr {
if let Some(data) = elem.downcast_ref::<NSString>() {
// handle `data`
}
}Trait Implementations§
Source§impl AsRef<AnyObject> for CAEmitterCell
impl AsRef<AnyObject> for CAEmitterCell
Source§impl AsRef<CAEmitterCell> for CAEmitterCell
impl AsRef<CAEmitterCell> for CAEmitterCell
Source§impl AsRef<NSObject> for CAEmitterCell
impl AsRef<NSObject> for CAEmitterCell
Source§impl Borrow<AnyObject> for CAEmitterCell
impl Borrow<AnyObject> for CAEmitterCell
Source§impl Borrow<NSObject> for CAEmitterCell
impl Borrow<NSObject> for CAEmitterCell
Source§impl CAMediaTiming for CAEmitterCell
Available on crate feature CAMediaTiming only.
impl CAMediaTiming for CAEmitterCell
CAMediaTiming only.Source§unsafe fn beginTime(&self) -> CFTimeInterval
unsafe fn beginTime(&self) -> CFTimeInterval
objc2-core-foundation only.Source§unsafe fn setBeginTime(&self, begin_time: CFTimeInterval)
unsafe fn setBeginTime(&self, begin_time: CFTimeInterval)
objc2-core-foundation only.beginTime.Source§unsafe fn duration(&self) -> CFTimeInterval
unsafe fn duration(&self) -> CFTimeInterval
objc2-core-foundation only.Source§unsafe fn setDuration(&self, duration: CFTimeInterval)
unsafe fn setDuration(&self, duration: CFTimeInterval)
objc2-core-foundation only.duration.unsafe fn speed(&self) -> c_float
Source§unsafe fn timeOffset(&self) -> CFTimeInterval
unsafe fn timeOffset(&self) -> CFTimeInterval
objc2-core-foundation only.Source§unsafe fn setTimeOffset(&self, time_offset: CFTimeInterval)
unsafe fn setTimeOffset(&self, time_offset: CFTimeInterval)
objc2-core-foundation only.timeOffset.unsafe fn repeatCount(&self) -> c_float
Source§unsafe fn setRepeatCount(&self, repeat_count: c_float)
unsafe fn setRepeatCount(&self, repeat_count: c_float)
repeatCount.Source§unsafe fn repeatDuration(&self) -> CFTimeInterval
unsafe fn repeatDuration(&self) -> CFTimeInterval
objc2-core-foundation only.Source§unsafe fn setRepeatDuration(&self, repeat_duration: CFTimeInterval)
unsafe fn setRepeatDuration(&self, repeat_duration: CFTimeInterval)
objc2-core-foundation only.repeatDuration.unsafe fn autoreverses(&self) -> bool
Source§unsafe fn setAutoreverses(&self, autoreverses: bool)
unsafe fn setAutoreverses(&self, autoreverses: bool)
autoreverses.unsafe fn fillMode(&self) -> Retained<CAMediaTimingFillMode>
Source§unsafe fn setFillMode(&self, fill_mode: &CAMediaTimingFillMode)
unsafe fn setFillMode(&self, fill_mode: &CAMediaTimingFillMode)
fillMode.Source§impl ClassType for CAEmitterCell
impl ClassType for CAEmitterCell
Source§const NAME: &'static str = "CAEmitterCell"
const NAME: &'static str = "CAEmitterCell"
Source§type ThreadKind = <<CAEmitterCell as ClassType>::Super as ClassType>::ThreadKind
type ThreadKind = <<CAEmitterCell as ClassType>::Super as ClassType>::ThreadKind
Source§impl Debug for CAEmitterCell
impl Debug for CAEmitterCell
Source§impl Deref for CAEmitterCell
impl Deref for CAEmitterCell
Source§impl Hash for CAEmitterCell
impl Hash for CAEmitterCell
Source§impl Message for CAEmitterCell
impl Message for CAEmitterCell
Source§impl NSObjectProtocol for CAEmitterCell
impl NSObjectProtocol for CAEmitterCell
Source§fn isEqual(&self, other: Option<&AnyObject>) -> bool
fn isEqual(&self, other: Option<&AnyObject>) -> bool
Source§fn hash(&self) -> usize
fn hash(&self) -> usize
Source§fn isKindOfClass(&self, cls: &AnyClass) -> bool
fn isKindOfClass(&self, cls: &AnyClass) -> bool
Source§fn is_kind_of<T>(&self) -> bool
fn is_kind_of<T>(&self) -> bool
isKindOfClass directly, or cast your objects with AnyObject::downcast_ref