Type Alias RawSocket

Source
pub type RawSocket = NotDefinedHere;
Expand description

Aliased Type§

enum RawSocket {}

Variants§

Trait Implementations

Source§

impl Debug for NotDefinedHere

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Source for NotDefinedHere

Source§

fn register( &mut self, _registry: &Registry, _token: Token, _interests: Interest, ) -> Result<()>

Register self with the given Registry instance. Read more
Source§

fn reregister( &mut self, _registry: &Registry, _token: Token, _interests: Interest, ) -> Result<()>

Re-register self with the given Registry instance. Read more
Source§

fn deregister(&mut self, _registry: &Registry) -> Result<()>

Deregister self from the given Registry instance. Read more