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