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: u64
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
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
impl Copy for SimplePointerMode
impl Eq for SimplePointerMode
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)