pub enum LinuxSocketErrors {
DefaultIfIndex(Error),
SetSockOps(SetSockOpsErrors),
SendingPacket(Error),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinuxSocketErrors
impl !RefUnwindSafe for LinuxSocketErrors
impl Send for LinuxSocketErrors
impl Sync for LinuxSocketErrors
impl Unpin for LinuxSocketErrors
impl !UnwindSafe for LinuxSocketErrors
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