#[repr(C)]pub struct COMPOSITION_TARGET_ID {
pub displayAdapterLuid: LUID,
pub renderAdapterLuid: LUID,
pub vidPnSourceId: u32,
pub vidPnTargetId: u32,
pub uniqueId: u32,
}
Expand description
Required features: ‘Win32_Graphics_DirectComposition’, ‘Win32_Foundation’
Fields
displayAdapterLuid: LUID
renderAdapterLuid: LUID
vidPnSourceId: u32
vidPnTargetId: u32
uniqueId: u32
Trait Implementations
impl Clone for COMPOSITION_TARGET_ID
impl Clone for COMPOSITION_TARGET_ID
impl Copy for COMPOSITION_TARGET_ID
Auto Trait Implementations
impl RefUnwindSafe for COMPOSITION_TARGET_ID
impl Send for COMPOSITION_TARGET_ID
impl Sync for COMPOSITION_TARGET_ID
impl Unpin for COMPOSITION_TARGET_ID
impl UnwindSafe for COMPOSITION_TARGET_ID
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