pub struct __CFAllocator { /* private fields */ }Expand description
Opaque Apple SDK type __CFAllocator.
Trait Implementations§
Source§impl Clone for __CFAllocator
impl Clone for __CFAllocator
Source§fn clone(&self) -> __CFAllocator
fn clone(&self) -> __CFAllocator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for __CFAllocator
impl Debug for __CFAllocator
impl Copy for __CFAllocator
Auto Trait Implementations§
impl Freeze for __CFAllocator
impl RefUnwindSafe for __CFAllocator
impl Send for __CFAllocator
impl Sync for __CFAllocator
impl Unpin for __CFAllocator
impl UnsafeUnpin for __CFAllocator
impl UnwindSafe for __CFAllocator
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