#[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 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 tagDESIGNVECTOR
impl Debug for tagDESIGNVECTOR
impl Copy 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