Struct winapi::um::wingdi::DESIGNVECTOR
source · #[repr(C)]pub struct DESIGNVECTOR {
pub dvReserved: DWORD,
pub dvNumAxes: DWORD,
pub dvValues: [LONG; 16],
}
Fields§
§dvReserved: DWORD
§dvNumAxes: DWORD
§dvValues: [LONG; 16]
Trait Implementations§
source§impl Clone for DESIGNVECTOR
impl Clone for DESIGNVECTOR
source§fn clone(&self) -> DESIGNVECTOR
fn clone(&self) -> DESIGNVECTOR
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 Default for DESIGNVECTOR
impl Default for DESIGNVECTOR
source§fn default() -> DESIGNVECTOR
fn default() -> DESIGNVECTOR
Returns the “default value” for a type. Read more