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