#[repr(C)]pub struct CFMessagePort { /* private fields */ }
Available on crate feature
CFMessagePort
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 CFMessagePort
impl AsRef<AnyObject> for CFMessagePort
Source§impl AsRef<CFMessagePort> for CFMessagePort
impl AsRef<CFMessagePort> for CFMessagePort
Source§impl AsRef<CFType> for CFMessagePort
impl AsRef<CFType> for CFMessagePort
Source§impl Borrow<AnyObject> for CFMessagePort
impl Borrow<AnyObject> for CFMessagePort
Source§impl Borrow<CFType> for CFMessagePort
impl Borrow<CFType> for CFMessagePort
Source§impl ConcreteType for CFMessagePort
Available on crate feature CFBase
only.
impl ConcreteType for CFMessagePort
Available on crate feature
CFBase
only.Source§impl Debug for CFMessagePort
impl Debug for CFMessagePort
Source§impl Deref for CFMessagePort
impl Deref for CFMessagePort
Source§impl Hash for CFMessagePort
impl Hash for CFMessagePort
Source§impl Message for CFMessagePort
impl Message for CFMessagePort
Source§impl PartialEq for CFMessagePort
impl PartialEq for CFMessagePort
Source§impl RefEncode for CFMessagePort
impl RefEncode for CFMessagePort
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 CFMessagePort
impl Type for CFMessagePort
impl Eq for CFMessagePort
Auto Trait Implementations§
impl !Freeze for CFMessagePort
impl !RefUnwindSafe for CFMessagePort
impl !Send for CFMessagePort
impl !Sync for CFMessagePort
impl !Unpin for CFMessagePort
impl !UnwindSafe for CFMessagePort
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