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