Struct libscmp::Notification[][src]

pub struct Notification { /* fields omitted */ }
Expand description

Represents a seccomp notification.

This struct has getter methods for the various fields of the notification.

Implementations

Receive a seccomp notification from the given notification fd.

Check if the notification ID as returned by id() is still valid.

See seccomp_notify_id_valid(3) for an explanation of why this is necessary.

Trait Implementations

Executes the destructor for this type. Read more

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.