#[repr(C)]pub struct tagAXESLISTW {
pub axlReserved: DWORD,
pub axlNumAxes: DWORD,
pub axlAxisInfo: [AXISINFOW; 16],
}
Fields§
§axlReserved: DWORD
§axlNumAxes: DWORD
§axlAxisInfo: [AXISINFOW; 16]
Trait Implementations§
Source§impl Clone for tagAXESLISTW
impl Clone for tagAXESLISTW
Source§fn clone(&self) -> tagAXESLISTW
fn clone(&self) -> tagAXESLISTW
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 tagAXESLISTW
impl Debug for tagAXESLISTW
Source§impl Ord for tagAXESLISTW
impl Ord for tagAXESLISTW
Source§fn cmp(&self, other: &tagAXESLISTW) -> Ordering
fn cmp(&self, other: &tagAXESLISTW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagAXESLISTW
impl PartialEq for tagAXESLISTW
Source§impl PartialOrd for tagAXESLISTW
impl PartialOrd for tagAXESLISTW
impl Copy for tagAXESLISTW
impl Eq for tagAXESLISTW
impl StructuralPartialEq for tagAXESLISTW
Auto Trait Implementations§
impl Freeze for tagAXESLISTW
impl RefUnwindSafe for tagAXESLISTW
impl Send for tagAXESLISTW
impl Sync for tagAXESLISTW
impl Unpin for tagAXESLISTW
impl UnwindSafe for tagAXESLISTW
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