Struct calloop::Readiness [−][src]
Expand description
Readiness for a file descriptor notification
Fields
readable: bool
Is the FD readable
writable: bool
Is the FD writable
error: bool
Is 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