Trait asio::IoControl [] [src]

pub trait IoControl {
    type Data;
    fn name(&self) -> i32;
    fn data(&mut self) -> &mut Self::Data;
}

Associated Types

type Data

Required Methods

fn name(&self) -> i32

fn data(&mut self) -> &mut Self::Data

Implementors