#[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 duplicate 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
impl Copy 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