Struct uefi_raw::protocol::console::SimplePointerMode
source · #[repr(C)]pub struct SimplePointerMode {
pub resolution_x: u64,
pub resolution_y: u64,
pub resolution_z: u64,
pub left_button: u8,
pub right_button: u8,
}Fields§
§resolution_x: u64§resolution_y: u64§resolution_z: u64Trait Implementations§
source§impl Clone for SimplePointerMode
impl Clone for SimplePointerMode
source§fn clone(&self) -> SimplePointerMode
fn clone(&self) -> SimplePointerMode
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 SimplePointerMode
impl Debug for SimplePointerMode
source§impl Default for SimplePointerMode
impl Default for SimplePointerMode
source§fn default() -> SimplePointerMode
fn default() -> SimplePointerMode
Returns the “default value” for a type. Read more
source§impl PartialEq for SimplePointerMode
impl PartialEq for SimplePointerMode
source§fn eq(&self, other: &SimplePointerMode) -> bool
fn eq(&self, other: &SimplePointerMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SimplePointerMode
impl Eq for SimplePointerMode
impl StructuralEq for SimplePointerMode
impl StructuralPartialEq for SimplePointerMode
Auto Trait Implementations§
impl RefUnwindSafe for SimplePointerMode
impl Send for SimplePointerMode
impl Sync for SimplePointerMode
impl Unpin for SimplePointerMode
impl UnwindSafe for SimplePointerMode
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