#[repr(C)]pub struct tagAXISINFOW {
pub axMinValue: LONG,
pub axMaxValue: LONG,
pub axAxisName: [WCHAR; 16],
}Fields§
§axMinValue: LONG§axMaxValue: LONG§axAxisName: [WCHAR; 16]Trait Implementations§
Source§impl Clone for tagAXISINFOW
impl Clone for tagAXISINFOW
Source§fn clone(&self) -> tagAXISINFOW
fn clone(&self) -> tagAXISINFOW
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagAXISINFOW
impl Debug for tagAXISINFOW
impl Copy for tagAXISINFOW
Auto Trait Implementations§
impl Freeze for tagAXISINFOW
impl RefUnwindSafe for tagAXISINFOW
impl Send for tagAXISINFOW
impl Sync for tagAXISINFOW
impl Unpin for tagAXISINFOW
impl UnwindSafe for tagAXISINFOW
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