#[repr(C)]pub struct DEVNAMES {
pub wDriverOffset: u16,
pub wDeviceOffset: u16,
pub wOutputOffset: u16,
pub wDefault: u16,
}
Expand description
Required features: "Win32_UI_Controls_Dialogs"
Fields
wDriverOffset: u16
wDeviceOffset: u16
wOutputOffset: u16
wDefault: u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DEVNAMES
impl Send for DEVNAMES
impl Sync for DEVNAMES
impl Unpin for DEVNAMES
impl UnwindSafe for DEVNAMES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more