Struct windows_sys::Win32::Devices::Display::MC_TIMING_REPORT
[−]#[repr(C, packed(1))]pub struct MC_TIMING_REPORT {
pub dwHorizontalFrequencyInHZ: u32,
pub dwVerticalFrequencyInHZ: u32,
pub bTimingStatusByte: u8,
}
Expand description
Required features: "Win32_Devices_Display"
Fields
dwHorizontalFrequencyInHZ: u32
dwVerticalFrequencyInHZ: u32
bTimingStatusByte: u8
Trait Implementations
impl Clone for MC_TIMING_REPORT
impl Clone for MC_TIMING_REPORT
impl Copy for MC_TIMING_REPORT
Auto Trait Implementations
impl RefUnwindSafe for MC_TIMING_REPORT
impl Send for MC_TIMING_REPORT
impl Sync for MC_TIMING_REPORT
impl Unpin for MC_TIMING_REPORT
impl UnwindSafe for MC_TIMING_REPORT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more