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