pub struct SocketProtocol(/* private fields */);
Implementations§
Source§impl SocketProtocol
impl SocketProtocol
pub const NETLINK_ROUTE: Self
Trait Implementations§
Source§impl Clone for SocketProtocol
impl Clone for SocketProtocol
Source§fn clone(&self) -> SocketProtocol
fn clone(&self) -> SocketProtocol
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 SocketProtocol
impl Default for SocketProtocol
Source§fn default() -> SocketProtocol
fn default() -> SocketProtocol
Returns the “default value” for a type. Read more
impl Copy for SocketProtocol
Auto Trait Implementations§
impl Freeze for SocketProtocol
impl RefUnwindSafe for SocketProtocol
impl Send for SocketProtocol
impl Sync for SocketProtocol
impl Unpin for SocketProtocol
impl UnwindSafe for SocketProtocol
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