Struct asio::socket_base::BytesWritten [] [src]

pub struct BytesWritten(_);

Methods

impl BytesWritten
[src]

fn get(&self) -> usize

Trait Implementations

impl Clone for BytesWritten
[src]

fn clone(&self) -> BytesWritten

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for BytesWritten
[src]

fn default() -> BytesWritten

Returns the "default value" for a type. Read more

impl IoControl for BytesWritten
[src]

type Data = i32

fn name(&self) -> i32

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