#[repr(C)]pub struct CFTimeZone { /* private fields */ }
Available on crate feature
CFDate
only.Expand description
Methods from Deref<Target = CFType>§
Sourcepub fn downcast_ref<T: ConcreteType>(&self) -> Option<&T>
Available on crate feature CFBase
only.
pub fn downcast_ref<T: ConcreteType>(&self) -> Option<&T>
CFBase
only.Attempt to downcast the type to that of type T
.
This is the reference-variant. Use CFRetained::downcast
if you
want to convert a retained type. See also ConcreteType
for more
details on which types support being converted to.
Trait Implementations§
Source§impl AsRef<AnyObject> for CFTimeZone
impl AsRef<AnyObject> for CFTimeZone
Source§impl AsRef<CFTimeZone> for CFTimeZone
impl AsRef<CFTimeZone> for CFTimeZone
Source§impl AsRef<CFType> for CFTimeZone
impl AsRef<CFType> for CFTimeZone
Source§impl Borrow<AnyObject> for CFTimeZone
impl Borrow<AnyObject> for CFTimeZone
Source§impl Borrow<CFType> for CFTimeZone
impl Borrow<CFType> for CFTimeZone
Source§impl ConcreteType for CFTimeZone
Available on crate features CFBase
and CFTimeZone
only.
impl ConcreteType for CFTimeZone
Available on crate features
CFBase
and CFTimeZone
only.Source§impl Debug for CFTimeZone
impl Debug for CFTimeZone
Source§impl Deref for CFTimeZone
impl Deref for CFTimeZone
Source§impl Hash for CFTimeZone
impl Hash for CFTimeZone
Source§impl Message for CFTimeZone
impl Message for CFTimeZone
Source§impl PartialEq for CFTimeZone
impl PartialEq for CFTimeZone
Source§impl RefEncode for CFTimeZone
impl RefEncode for CFTimeZone
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
Source§impl Type for CFTimeZone
impl Type for CFTimeZone
impl Eq for CFTimeZone
Auto Trait Implementations§
impl !Freeze for CFTimeZone
impl !RefUnwindSafe for CFTimeZone
impl !Send for CFTimeZone
impl !Sync for CFTimeZone
impl !Unpin for CFTimeZone
impl !UnwindSafe for CFTimeZone
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