Struct core_foundation::array::__CFArray
source · [−]#[repr(C)]pub struct __CFArray(_);Auto Trait Implementations
impl RefUnwindSafe for __CFArray
impl Send for __CFArray
impl Sync for __CFArray
impl Unpin for __CFArray
impl UnwindSafe for __CFArray
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more