Struct virtual_mio::StatefulHandlerState
source · pub struct StatefulHandlerState { /* private fields */ }Implementations§
source§impl StatefulHandlerState
impl StatefulHandlerState
pub fn take(&self, interest: InterestType) -> bool
pub fn set(&self, interest: InterestType)
Trait Implementations§
source§impl Clone for StatefulHandlerState
impl Clone for StatefulHandlerState
source§fn clone(&self) -> StatefulHandlerState
fn clone(&self) -> StatefulHandlerState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for StatefulHandlerState
impl Debug for StatefulHandlerState
source§impl Default for StatefulHandlerState
impl Default for StatefulHandlerState
source§fn default() -> StatefulHandlerState
fn default() -> StatefulHandlerState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for StatefulHandlerState
impl Send for StatefulHandlerState
impl Sync for StatefulHandlerState
impl Unpin for StatefulHandlerState
impl UnwindSafe for StatefulHandlerState
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more