Struct windows_sys::Wdk::Graphics::Direct3D::D3DKMT_SETDISPLAYMODE_FLAGS
#[repr(C)]pub struct D3DKMT_SETDISPLAYMODE_FLAGS {
pub _bitfield1: u8,
pub _bitfield2: u32,
}
Fields§
§_bitfield1: u8
§_bitfield2: u32
Trait Implementations§
§impl Clone for D3DKMT_SETDISPLAYMODE_FLAGS
impl Clone for D3DKMT_SETDISPLAYMODE_FLAGS
impl Copy for D3DKMT_SETDISPLAYMODE_FLAGS
Auto Trait Implementations§
impl RefUnwindSafe for D3DKMT_SETDISPLAYMODE_FLAGS
impl Send for D3DKMT_SETDISPLAYMODE_FLAGS
impl Sync for D3DKMT_SETDISPLAYMODE_FLAGS
impl Unpin for D3DKMT_SETDISPLAYMODE_FLAGS
impl UnwindSafe for D3DKMT_SETDISPLAYMODE_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