pub struct PSocketParam { /* private fields */ }Expand description
Parameters to create a socket
Implementations§
Trait Implementations§
Source§impl Clone for PSocketParam
impl Clone for PSocketParam
Source§fn clone(&self) -> PSocketParam
fn clone(&self) -> PSocketParam
Returns a duplicate 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 Debug for PSocketParam
impl Debug for PSocketParam
Source§impl Default for PSocketParam
impl Default for PSocketParam
Source§fn default() -> PSocketParam
fn default() -> PSocketParam
Default constructor of PSocketParam
Source§impl PartialEq for PSocketParam
impl PartialEq for PSocketParam
impl StructuralPartialEq for PSocketParam
Auto Trait Implementations§
impl Freeze for PSocketParam
impl RefUnwindSafe for PSocketParam
impl Send for PSocketParam
impl Sync for PSocketParam
impl Unpin for PSocketParam
impl UnsafeUnpin for PSocketParam
impl UnwindSafe for PSocketParam
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