#[repr(C)]pub struct AXISINFOW {
pub axMinValue: i32,
pub axMaxValue: i32,
pub axAxisName: [u16; 16],
}
Expand description
Required features: "Win32_Graphics_Gdi"
Fields
axMinValue: i32
axMaxValue: i32
axAxisName: [u16; 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