pub struct CFArray(/* private fields */);Expand description
A reference to a CFString object.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CFArray
impl RefUnwindSafe for CFArray
impl !Send for CFArray
impl !Sync for CFArray
impl Unpin for CFArray
impl UnsafeUnpin for CFArray
impl UnwindSafe for CFArray
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