Struct 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§
impl Copy for AXISINFOW
impl StructuralPartialEq for AXISINFOW
Auto Trait Implementations§
impl Freeze for AXISINFOW
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