#[repr(C)]pub struct D3DKMT_MIRACAST_DISPLAY_STOP_SESSIONS {
pub AdapterLuid: LUID,
pub TargetId: u32,
pub StopReason: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§AdapterLuid: LUID
§TargetId: u32
§StopReason: u32
Trait Implementations§
impl Copy for D3DKMT_MIRACAST_DISPLAY_STOP_SESSIONS
Auto Trait Implementations§
impl RefUnwindSafe for D3DKMT_MIRACAST_DISPLAY_STOP_SESSIONS
impl Send for D3DKMT_MIRACAST_DISPLAY_STOP_SESSIONS
impl Sync for D3DKMT_MIRACAST_DISPLAY_STOP_SESSIONS
impl Unpin for D3DKMT_MIRACAST_DISPLAY_STOP_SESSIONS
impl UnwindSafe for D3DKMT_MIRACAST_DISPLAY_STOP_SESSIONS
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