[][src]Struct winapi::um::opmapi::OPM_SET_ACP_AND_CGMSA_SIGNALING_PARAMETERS

#[repr(C)]
#[repr(packed)]
pub struct OPM_SET_ACP_AND_CGMSA_SIGNALING_PARAMETERS {
    pub ulNewTVProtectionStandard: ULONG,
    pub ulAspectRatioChangeMask1: ULONG,
    pub ulAspectRatioData1: ULONG,
    pub ulAspectRatioChangeMask2: ULONG,
    pub ulAspectRatioData2: ULONG,
    pub ulAspectRatioChangeMask3: ULONG,
    pub ulAspectRatioData3: ULONG,
    pub ulReserved: [ULONG; 4],
    pub ulReserved2: [ULONG; 4],
    pub ulReserved3: ULONG,
}

Fields

ulNewTVProtectionStandard: ULONGulAspectRatioChangeMask1: ULONGulAspectRatioData1: ULONGulAspectRatioChangeMask2: ULONGulAspectRatioData2: ULONGulAspectRatioChangeMask3: ULONGulAspectRatioData3: ULONGulReserved: [ULONG; 4]ulReserved2: [ULONG; 4]ulReserved3: ULONG

Trait Implementations

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]