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