pub struct NoOperations<T: ForeignOwnable>(_);
Expand description

Implements the Operations trait as no-ops.

This is useful when one doesn’t want to provide the implementation of any power-manager related operation.

Trait Implementations

The type of the context data stored by the driver on each device.
Called before the system goes into a sleep state.
Called after the system comes back from a sleep state.
Called before creating a hibernation image.
Called after the system is restored from a hibernation image.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.