Struct uefi_raw::protocol::console::SimplePointerState
source · #[repr(C)]pub struct SimplePointerState {
pub relative_movement_x: i32,
pub relative_movement_y: i32,
pub relative_movement_z: i32,
pub left_button: u8,
pub right_button: u8,
}Fields§
§relative_movement_x: i32§relative_movement_y: i32§relative_movement_z: i32Trait Implementations§
source§impl Clone for SimplePointerState
impl Clone for SimplePointerState
source§fn clone(&self) -> SimplePointerState
fn clone(&self) -> SimplePointerState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SimplePointerState
impl Debug for SimplePointerState
source§impl Default for SimplePointerState
impl Default for SimplePointerState
source§fn default() -> SimplePointerState
fn default() -> SimplePointerState
Returns the “default value” for a type. Read more
source§impl PartialEq for SimplePointerState
impl PartialEq for SimplePointerState
source§fn eq(&self, other: &SimplePointerState) -> bool
fn eq(&self, other: &SimplePointerState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SimplePointerState
impl Eq for SimplePointerState
impl StructuralEq for SimplePointerState
impl StructuralPartialEq for SimplePointerState
Auto Trait Implementations§
impl RefUnwindSafe for SimplePointerState
impl Send for SimplePointerState
impl Sync for SimplePointerState
impl Unpin for SimplePointerState
impl UnwindSafe for SimplePointerState
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more