Struct windows_sys::Win32::Graphics::Gdi::AXISINFOW
#[repr(C)]pub struct AXISINFOW {
pub axMinValue: i32,
pub axMaxValue: i32,
pub axAxisName: [u16; 16],
}
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§
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