Struct notice_eventfd::Notifier[][src]

pub struct Notifier(_);

Trait Implementations

impl AsRawFd for Notifier
[src]

Extracts the raw file descriptor. Read more

impl FromRawFd for Notifier
[src]

Constructs a new instance of Self from the given raw file descriptor. Read more

impl IntoRawFd for Notifier
[src]

Consumes this object, returning the raw underlying file descriptor. Read more

impl Unicast for Notifier
[src]

impl Notify for Notifier
[src]

Auto Trait Implementations

impl Send for Notifier

impl Sync for Notifier