#[repr(C)]pub struct tagDESIGNVECTOR {
pub dvReserved: DWORD,
pub dvNumAxes: DWORD,
pub dvValues: [LONG; 16],
}
Fields§
§dvReserved: DWORD
§dvNumAxes: DWORD
§dvValues: [LONG; 16]
Trait Implementations§
Source§impl Clone for tagDESIGNVECTOR
impl Clone for tagDESIGNVECTOR
Source§fn clone(&self) -> tagDESIGNVECTOR
fn clone(&self) -> tagDESIGNVECTOR
Returns a copy 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 tagDESIGNVECTOR
impl Debug for tagDESIGNVECTOR
Source§impl Ord for tagDESIGNVECTOR
impl Ord for tagDESIGNVECTOR
Source§fn cmp(&self, other: &tagDESIGNVECTOR) -> Ordering
fn cmp(&self, other: &tagDESIGNVECTOR) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagDESIGNVECTOR
impl PartialEq for tagDESIGNVECTOR
Source§impl PartialOrd for tagDESIGNVECTOR
impl PartialOrd for tagDESIGNVECTOR
impl Copy for tagDESIGNVECTOR
impl Eq for tagDESIGNVECTOR
impl StructuralPartialEq for tagDESIGNVECTOR
Auto Trait Implementations§
impl Freeze for tagDESIGNVECTOR
impl RefUnwindSafe for tagDESIGNVECTOR
impl Send for tagDESIGNVECTOR
impl Sync for tagDESIGNVECTOR
impl Unpin for tagDESIGNVECTOR
impl UnwindSafe for tagDESIGNVECTOR
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