#[repr(C)]pub struct DISPLAYCONFIG_PATH_SOURCE_INFO {
    pub adapterId: LUID,
    pub id: UINT32,
    pub modeInfoIdx: UINT32,
    pub statusFlags: UINT32,
}Fields§
§adapterId: LUID§id: UINT32§modeInfoIdx: UINT32§statusFlags: UINT32Implementations§
Source§impl DISPLAYCONFIG_PATH_SOURCE_INFO
 
impl DISPLAYCONFIG_PATH_SOURCE_INFO
pub fn cloneGroupId(&self) -> UINT32
pub fn set_cloneGroupId(&mut self, val: UINT32)
pub fn sourceModeInfoIdx(&self) -> UINT32
pub fn set_sourceModeInfoIdx(&mut self, val: UINT32)
Trait Implementations§
Source§impl Clone for DISPLAYCONFIG_PATH_SOURCE_INFO
 
impl Clone for DISPLAYCONFIG_PATH_SOURCE_INFO
Source§fn clone(&self) -> DISPLAYCONFIG_PATH_SOURCE_INFO
 
fn clone(&self) -> DISPLAYCONFIG_PATH_SOURCE_INFO
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 moreimpl Copy for DISPLAYCONFIG_PATH_SOURCE_INFO
Auto Trait Implementations§
impl Freeze for DISPLAYCONFIG_PATH_SOURCE_INFO
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§
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