Trait rust_asio::IoControl [] [src]

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

Associated Types

type Data: Sized

Required Methods

fn name(&self) -> i32

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

Implementors