pub struct SocketType(/* private fields */);
Implementations§
Trait Implementations§
Source§impl BitOr for SocketType
impl BitOr for SocketType
Source§type Output = SocketType
type Output = SocketType
The resulting type after applying the
|
operator.Source§fn bitor(self, rhs: SocketType) -> SocketType
fn bitor(self, rhs: SocketType) -> SocketType
Performs the
|
operation. Read moreSource§impl Clone for SocketType
impl Clone for SocketType
Source§fn clone(&self) -> SocketType
fn clone(&self) -> SocketType
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 Default for SocketType
impl Default for SocketType
Source§fn default() -> SocketType
fn default() -> SocketType
Returns the “default value” for a type. Read more
impl Copy for SocketType
Auto Trait Implementations§
impl Freeze for SocketType
impl RefUnwindSafe for SocketType
impl Send for SocketType
impl Sync for SocketType
impl Unpin for SocketType
impl UnwindSafe for SocketType
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