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