Type Alias RawSocket

Source
pub type RawSocket = NotDefinedHere;
Expand description

Aliased Type§

enum RawSocket {}

Variants§

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 0 bytes (uninhabited)

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