pub struct CFType(/* private fields */);Expand description
Owned, type-erased CFTypeRef.
Implementations§
Trait Implementations§
impl Eq for CFType
Auto Trait Implementations§
impl Freeze for CFType
impl RefUnwindSafe for CFType
impl !Send for CFType
impl !Sync for CFType
impl Unpin for CFType
impl UnsafeUnpin for CFType
impl UnwindSafe for CFType
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