#[repr(C)]pub struct DISPLAY_DEVICEW {
pub cb: DWORD,
pub DeviceName: [WCHAR; 32],
pub DeviceString: [WCHAR; 128],
pub StateFlags: DWORD,
pub DeviceID: [WCHAR; 128],
pub DeviceKey: [WCHAR; 128],
}
Fields
cb: DWORD
DeviceName: [WCHAR; 32]
DeviceString: [WCHAR; 128]
StateFlags: DWORD
DeviceID: [WCHAR; 128]
DeviceKey: [WCHAR; 128]
Trait Implementations
sourceimpl Clone for DISPLAY_DEVICEW
impl Clone for DISPLAY_DEVICEW
sourcefn clone(&self) -> DISPLAY_DEVICEW
fn clone(&self) -> DISPLAY_DEVICEW
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for DISPLAY_DEVICEW
Auto Trait Implementations
impl RefUnwindSafe for DISPLAY_DEVICEW
impl Send for DISPLAY_DEVICEW
impl Sync for DISPLAY_DEVICEW
impl Unpin for DISPLAY_DEVICEW
impl UnwindSafe for DISPLAY_DEVICEW
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