#[repr(C)]pub struct DISPLAYCONFIG_PATH_SOURCE_INFO {
pub adapterId: LUID,
pub id: u32,
pub Anonymous: DISPLAYCONFIG_PATH_SOURCE_INFO_0,
pub statusFlags: u32,
}Expand description
Required features: ‘Win32_Devices_Display’, ‘Win32_Foundation’
Fields
adapterId: LUIDid: u32Anonymous: DISPLAYCONFIG_PATH_SOURCE_INFO_0statusFlags: u32Trait Implementations
impl Clone for DISPLAYCONFIG_PATH_SOURCE_INFO
impl Clone for DISPLAYCONFIG_PATH_SOURCE_INFO
impl Copy for DISPLAYCONFIG_PATH_SOURCE_INFO
Auto Trait Implementations
impl RefUnwindSafe for DISPLAYCONFIG_PATH_SOURCE_INFO
impl Send for DISPLAYCONFIG_PATH_SOURCE_INFO
impl Sync for DISPLAYCONFIG_PATH_SOURCE_INFO
impl Unpin for DISPLAYCONFIG_PATH_SOURCE_INFO
impl UnwindSafe for DISPLAYCONFIG_PATH_SOURCE_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more