Struct asyncio::socket_base::NonBlockingIo
[−]
[src]
pub struct NonBlockingIo(_);
Methods
impl NonBlockingIo
[src]
fn new(on: bool) -> NonBlockingIo
fn get(&self) -> bool
Trait Implementations
impl Default for NonBlockingIo
[src]
fn default() -> NonBlockingIo
Returns the "default value" for a type. Read more
impl Clone for NonBlockingIo
[src]
fn clone(&self) -> NonBlockingIo
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