#[repr(C)]pub struct DISPLAYCONFIG_SOURCE_DEVICE_NAME {
pub header: DISPLAYCONFIG_DEVICE_INFO_HEADER,
pub viewGdiDeviceName: [u16; 32],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§header: DISPLAYCONFIG_DEVICE_INFO_HEADER
§viewGdiDeviceName: [u16; 32]
Trait Implementations§
§impl Clone for DISPLAYCONFIG_SOURCE_DEVICE_NAME
impl Clone for DISPLAYCONFIG_SOURCE_DEVICE_NAME
impl Copy for DISPLAYCONFIG_SOURCE_DEVICE_NAME
Auto Trait Implementations§
impl RefUnwindSafe for DISPLAYCONFIG_SOURCE_DEVICE_NAME
impl Send for DISPLAYCONFIG_SOURCE_DEVICE_NAME
impl Sync for DISPLAYCONFIG_SOURCE_DEVICE_NAME
impl Unpin for DISPLAYCONFIG_SOURCE_DEVICE_NAME
impl UnwindSafe for DISPLAYCONFIG_SOURCE_DEVICE_NAME
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