Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::DEVNAMES [−][src]
#[repr(C)]pub struct DEVNAMES {
pub wDriverOffset: u16,
pub wDeviceOffset: u16,
pub wOutputOffset: u16,
pub wDefault: u16,
}Fields
wDriverOffset: u16wDeviceOffset: u16wOutputOffset: u16wDefault: u16Trait Implementations
type DefaultType = DEVNAMES
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Auto Trait Implementations
impl RefUnwindSafe for DEVNAMES
impl UnwindSafe for DEVNAMES
Blanket Implementations
Mutably borrows from an owned value. Read more