pub struct BaseDatagramSocketControlHandle { /* private fields */ }
Trait Implementations§
source§impl Clone for BaseDatagramSocketControlHandle
impl Clone for BaseDatagramSocketControlHandle
source§fn clone(&self) -> BaseDatagramSocketControlHandle
fn clone(&self) -> BaseDatagramSocketControlHandle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl ControlHandle for BaseDatagramSocketControlHandle
impl ControlHandle for BaseDatagramSocketControlHandle
Auto Trait Implementations§
impl !RefUnwindSafe for BaseDatagramSocketControlHandle
impl Send for BaseDatagramSocketControlHandle
impl Sync for BaseDatagramSocketControlHandle
impl Unpin for BaseDatagramSocketControlHandle
impl !UnwindSafe for BaseDatagramSocketControlHandle
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