#[repr(C)]pub struct tagDEVNAMES {
pub wDriverOffset: WORD,
pub wDeviceOffset: WORD,
pub wOutputOffset: WORD,
pub wDefault: WORD,
}
Fields§
§wDriverOffset: WORD
§wDeviceOffset: WORD
§wOutputOffset: WORD
§wDefault: WORD
Trait Implementations§
Source§impl Clone for tagDEVNAMES
impl Clone for tagDEVNAMES
Source§fn clone(&self) -> tagDEVNAMES
fn clone(&self) -> tagDEVNAMES
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 tagDEVNAMES
impl Debug for tagDEVNAMES
impl Copy for tagDEVNAMES
Auto Trait Implementations§
impl Freeze for tagDEVNAMES
impl RefUnwindSafe for tagDEVNAMES
impl Send for tagDEVNAMES
impl Sync for tagDEVNAMES
impl Unpin for tagDEVNAMES
impl UnwindSafe for tagDEVNAMES
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