#[repr(C)]pub struct DISPLAYCONFIG_PATH_INFO {
pub sourceInfo: DISPLAYCONFIG_PATH_SOURCE_INFO,
pub targetInfo: DISPLAYCONFIG_PATH_TARGET_INFO,
pub flags: UINT32,
}
Fields
sourceInfo: DISPLAYCONFIG_PATH_SOURCE_INFO
targetInfo: DISPLAYCONFIG_PATH_TARGET_INFO
flags: UINT32
Trait Implementations
sourceimpl Clone for DISPLAYCONFIG_PATH_INFO
impl Clone for DISPLAYCONFIG_PATH_INFO
sourcefn clone(&self) -> DISPLAYCONFIG_PATH_INFO
fn clone(&self) -> DISPLAYCONFIG_PATH_INFO
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 DISPLAYCONFIG_PATH_INFO
Auto Trait Implementations
impl RefUnwindSafe for DISPLAYCONFIG_PATH_INFO
impl Send for DISPLAYCONFIG_PATH_INFO
impl Sync for DISPLAYCONFIG_PATH_INFO
impl Unpin for DISPLAYCONFIG_PATH_INFO
impl UnwindSafe for DISPLAYCONFIG_PATH_INFO
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