Struct asio::socket_base::AtMark [] [src]

pub struct AtMark(_);

Methods

impl AtMark
[src]

fn get(&self) -> bool

Trait Implementations

impl Clone for AtMark
[src]

fn clone(&self) -> AtMark

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 AtMark
[src]

fn default() -> AtMark

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

impl IoControl for AtMark
[src]

type Data = i32

fn name(&self) -> i32

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