pub struct SockDomain(/* private fields */);Expand description
Domain given to crate::syscalls::SyscallTable::SysSockCreate.
Implementations§
Trait Implementations§
Source§impl Clone for SockDomain
impl Clone for SockDomain
Source§fn clone(&self) -> SockDomain
fn clone(&self) -> SockDomain
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 SockDomain
impl Debug for SockDomain
Source§impl PartialEq for SockDomain
impl PartialEq for SockDomain
Source§fn eq(&self, other: &SockDomain) -> bool
fn eq(&self, other: &SockDomain) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SockDomain
impl Eq for SockDomain
impl StructuralPartialEq for SockDomain
Auto Trait Implementations§
impl Freeze for SockDomain
impl RefUnwindSafe for SockDomain
impl Send for SockDomain
impl Sync for SockDomain
impl Unpin for SockDomain
impl UnsafeUnpin for SockDomain
impl UnwindSafe for SockDomain
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