Struct userfaultfd::EventBuffer[][src]

pub struct EventBuffer(_);
Expand description

Represents an opaque buffer where userfaultfd events are stored.

This is used in conjunction with Uffd::read_events.

Implementations

Creates a new buffer for size number of events.

Uffd::read_events will read up to this many events at a time.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.