#[repr(C)]pub struct AXISINFOA {
pub axMinValue: LONG,
pub axMaxValue: LONG,
pub axAxisName: [BYTE; 16],
}
Fields
axMinValue: LONG
axMaxValue: LONG
axAxisName: [BYTE; 16]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AXISINFOA
impl Send for AXISINFOA
impl Sync for AXISINFOA
impl Unpin for AXISINFOA
impl UnwindSafe for AXISINFOA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more