pub struct __CFNetDiagnostic { /* private fields */ }Expand description
Opaque Apple SDK type __CFNetDiagnostic.
Trait Implementations§
Source§impl Clone for __CFNetDiagnostic
impl Clone for __CFNetDiagnostic
Source§fn clone(&self) -> __CFNetDiagnostic
fn clone(&self) -> __CFNetDiagnostic
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 __CFNetDiagnostic
impl Debug 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