#[repr(C)]pub struct __CFArray(/* private fields */);
Auto Trait Implementations§
impl Freeze for __CFArray
impl RefUnwindSafe for __CFArray
impl Send for __CFArray
impl Sync for __CFArray
impl Unpin 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