#[repr(C)]pub struct AXISINFOW {
    pub axMinValue: LONG,
    pub axMaxValue: LONG,
    pub axAxisName: [WCHAR; 16],
}Fields
axMinValue: LONGaxMaxValue: LONGaxAxisName: [WCHAR; 16]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AXISINFOW
impl Send for AXISINFOW
impl Sync for AXISINFOW
impl Unpin for AXISINFOW
impl UnwindSafe for AXISINFOW
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