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