#[repr(C)]
pub struct Pointer<'boot> { /* private fields */ }
Expand description

Provides information about a pointer device.

Implementations

Resets the pointer device hardware.

The extended_verification parameter is used to request that UEFI performs an extended check and reset of the input device.

Errors
  • DeviceError if the device is malfunctioning and cannot be reset.

Retrieves the pointer device’s current state, if a state change occured since the last time this function was called.

Use wait_for_input_event() with the BootServices::wait_for_event() interface in order to wait for input from the pointer device.

Errors
  • DeviceError if there was an issue with the pointer device.

Event to be used with BootServices::wait_for_event() in order to wait for input from the pointer device

Returns a reference to the pointer device information.

Trait Implementations

Unique protocol identifier.

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.