#[repr(C)]pub struct D3DKMT_PRESENT_MULTIPLANE_OVERLAY_FLAGS {
pub Anonymous: D3DKMT_PRESENT_MULTIPLANE_OVERLAY_FLAGS_0,
}
Fields§
§Anonymous: D3DKMT_PRESENT_MULTIPLANE_OVERLAY_FLAGS_0
Trait Implementations§
impl Copy for D3DKMT_PRESENT_MULTIPLANE_OVERLAY_FLAGS
Auto Trait Implementations§
impl RefUnwindSafe for D3DKMT_PRESENT_MULTIPLANE_OVERLAY_FLAGS
impl Send for D3DKMT_PRESENT_MULTIPLANE_OVERLAY_FLAGS
impl Sync for D3DKMT_PRESENT_MULTIPLANE_OVERLAY_FLAGS
impl Unpin for D3DKMT_PRESENT_MULTIPLANE_OVERLAY_FLAGS
impl UnwindSafe for D3DKMT_PRESENT_MULTIPLANE_OVERLAY_FLAGS
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