#[repr(C)]pub struct tagAXISINFOA {
pub axMinValue: LONG,
pub axMaxValue: LONG,
pub axAxisName: [BYTE; 16],
}
Fields§
§axMinValue: LONG
§axMaxValue: LONG
§axAxisName: [BYTE; 16]
Trait Implementations§
Source§impl Clone for tagAXISINFOA
impl Clone for tagAXISINFOA
Source§fn clone(&self) -> tagAXISINFOA
fn clone(&self) -> tagAXISINFOA
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 tagAXISINFOA
impl Debug for tagAXISINFOA
Source§impl Ord for tagAXISINFOA
impl Ord for tagAXISINFOA
Source§fn cmp(&self, other: &tagAXISINFOA) -> Ordering
fn cmp(&self, other: &tagAXISINFOA) -> 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 tagAXISINFOA
impl PartialEq for tagAXISINFOA
Source§impl PartialOrd for tagAXISINFOA
impl PartialOrd for tagAXISINFOA
impl Copy for tagAXISINFOA
impl Eq for tagAXISINFOA
impl StructuralPartialEq for tagAXISINFOA
Auto Trait Implementations§
impl Freeze for tagAXISINFOA
impl RefUnwindSafe for tagAXISINFOA
impl Send for tagAXISINFOA
impl Sync for tagAXISINFOA
impl Unpin for tagAXISINFOA
impl UnwindSafe for tagAXISINFOA
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