pub struct IoEvent {
pub kind: EventSet,
pub token: Token,
}
Fields§
§kind: EventSet
§token: Token
Implementations§
Trait Implementations§
impl Copy for IoEvent
impl Eq for IoEvent
impl StructuralPartialEq for IoEvent
Auto Trait Implementations§
impl Freeze for IoEvent
impl RefUnwindSafe for IoEvent
impl Send for IoEvent
impl Sync for IoEvent
impl Unpin for IoEvent
impl UnwindSafe for IoEvent
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