Struct uefi::pointer::SimplePointerMode
source · #[repr(C)]pub struct SimplePointerMode {
pub ResolutionX: u64,
pub ResolutionY: u64,
pub ResolutionZ: u64,
pub LeftButton: bool,
pub RightButton: bool,
}
Fields§
§ResolutionX: u64
§ResolutionY: u64
§ResolutionZ: u64
§LeftButton: bool
§RightButton: bool
Trait 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
impl Copy for SimplePointerMode
Auto Trait Implementations§
impl Freeze for SimplePointerMode
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