Struct calloop::Readiness [−][src]
Expand description
Readiness for a file descriptor notification
Fields
readable: boolIs the FD readable
writable: boolIs the FD writable
error: boolIs the FD in an error state
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Readiness
impl UnwindSafe for Readiness
Blanket Implementations
Mutably borrows from an owned value. Read more
