#[repr(C, packed(1))]pub struct DXGKMDT_OPM_ACTUAL_OUTPUT_FORMAT {
pub rnRandomNumber: DXGKMDT_OPM_RANDOM_NUMBER,
pub ulStatusFlags: u32,
pub ulDisplayWidth: u32,
pub ulDisplayHeight: u32,
pub ifInterleaveFormat: DXGKMDT_OPM_INTERLEAVE_FORMAT,
pub d3dFormat: u32,
pub ulFrequencyNumerator: u32,
pub ulFrequencyDenominator: u32,
}
Fields§
§rnRandomNumber: DXGKMDT_OPM_RANDOM_NUMBER
§ulStatusFlags: u32
§ulDisplayWidth: u32
§ulDisplayHeight: u32
§ifInterleaveFormat: DXGKMDT_OPM_INTERLEAVE_FORMAT
§d3dFormat: u32
§ulFrequencyNumerator: u32
§ulFrequencyDenominator: u32
Trait Implementations§
§impl Clone for DXGKMDT_OPM_ACTUAL_OUTPUT_FORMAT
impl Clone for DXGKMDT_OPM_ACTUAL_OUTPUT_FORMAT
impl Copy for DXGKMDT_OPM_ACTUAL_OUTPUT_FORMAT
Auto Trait Implementations§
impl RefUnwindSafe for DXGKMDT_OPM_ACTUAL_OUTPUT_FORMAT
impl Send for DXGKMDT_OPM_ACTUAL_OUTPUT_FORMAT
impl Sync for DXGKMDT_OPM_ACTUAL_OUTPUT_FORMAT
impl Unpin for DXGKMDT_OPM_ACTUAL_OUTPUT_FORMAT
impl UnwindSafe for DXGKMDT_OPM_ACTUAL_OUTPUT_FORMAT
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