pub struct __CFNull { /* private fields */ }Expand description
Opaque Apple SDK type __CFNull.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for __CFNull
impl RefUnwindSafe for __CFNull
impl Send for __CFNull
impl Sync for __CFNull
impl Unpin for __CFNull
impl UnsafeUnpin for __CFNull
impl UnwindSafe for __CFNull
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