Type Alias tokio::doc::os::windows::io::RawHandle

source ·
pub type RawHandle = NotDefinedHere;
Expand description

Aliased Type§

enum RawHandle {}

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