Struct devd_rs::Context [] [src]

pub struct Context { /* fields omitted */ }

Methods

impl Context
[src]

[src]

[src]

Waits for an event using poll(), reads it but does not parse

[src]

Waits for an event using poll(), reads and parses it

[src]

Returns the devd socket file descriptor in case you want to select/poll on it together with other file descriptors

[src]

Reads an event and parses it. Use when polling on the raw fd by yourself

Trait Implementations

impl Debug for Context
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Context

impl Sync for Context