Struct vc6_sys::_DISPLAY_DEVICEW
source · #[repr(C)]pub struct _DISPLAY_DEVICEW {
pub cb: DWORD,
pub DeviceName: [WCHAR; 32],
pub DeviceString: [WCHAR; 128],
pub StateFlags: DWORD,
}Fields§
§cb: DWORD§DeviceName: [WCHAR; 32]§DeviceString: [WCHAR; 128]§StateFlags: DWORDTrait Implementations§
source§impl Clone for _DISPLAY_DEVICEW
impl Clone for _DISPLAY_DEVICEW
source§fn clone(&self) -> _DISPLAY_DEVICEW
fn clone(&self) -> _DISPLAY_DEVICEW
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 _DISPLAY_DEVICEW
impl Debug for _DISPLAY_DEVICEW
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§
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