pub struct __CFNetService { /* private fields */ }Trait Implementations§
Source§impl Clone for __CFNetService
impl Clone for __CFNetService
Source§fn clone(&self) -> __CFNetService
fn clone(&self) -> __CFNetService
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 __CFNetService
impl Debug for __CFNetService
impl Copy for __CFNetService
Auto Trait Implementations§
impl Freeze for __CFNetService
impl RefUnwindSafe for __CFNetService
impl Send for __CFNetService
impl Sync for __CFNetService
impl Unpin for __CFNetService
impl UnsafeUnpin for __CFNetService
impl UnwindSafe for __CFNetService
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