#[repr(C)]pub struct _VIDEOPARAMETERS {Show 23 fields
pub Guid: GUID,
pub dwOffset: ULONG,
pub dwCommand: ULONG,
pub dwFlags: ULONG,
pub dwMode: ULONG,
pub dwTVStandard: ULONG,
pub dwAvailableModes: ULONG,
pub dwAvailableTVStandard: ULONG,
pub dwFlickerFilter: ULONG,
pub dwOverScanX: ULONG,
pub dwOverScanY: ULONG,
pub dwMaxUnscaledX: ULONG,
pub dwMaxUnscaledY: ULONG,
pub dwPositionX: ULONG,
pub dwPositionY: ULONG,
pub dwBrightness: ULONG,
pub dwContrast: ULONG,
pub dwCPType: ULONG,
pub dwCPCommand: ULONG,
pub dwCPStandard: ULONG,
pub dwCPKey: ULONG,
pub bCP_APSTriggerBits: ULONG,
pub bOEMCopyProtection: [UCHAR; 256],
}
Fields§
§Guid: GUID
§dwOffset: ULONG
§dwCommand: ULONG
§dwFlags: ULONG
§dwMode: ULONG
§dwTVStandard: ULONG
§dwAvailableModes: ULONG
§dwAvailableTVStandard: ULONG
§dwFlickerFilter: ULONG
§dwOverScanX: ULONG
§dwOverScanY: ULONG
§dwMaxUnscaledX: ULONG
§dwMaxUnscaledY: ULONG
§dwPositionX: ULONG
§dwPositionY: ULONG
§dwBrightness: ULONG
§dwContrast: ULONG
§dwCPType: ULONG
§dwCPCommand: ULONG
§dwCPStandard: ULONG
§dwCPKey: ULONG
§bCP_APSTriggerBits: ULONG
§bOEMCopyProtection: [UCHAR; 256]
Trait Implementations§
Source§impl Clone for _VIDEOPARAMETERS
impl Clone for _VIDEOPARAMETERS
Source§fn clone(&self) -> _VIDEOPARAMETERS
fn clone(&self) -> _VIDEOPARAMETERS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _VIDEOPARAMETERS
impl Debug for _VIDEOPARAMETERS
Source§impl Ord for _VIDEOPARAMETERS
impl Ord for _VIDEOPARAMETERS
Source§fn cmp(&self, other: &_VIDEOPARAMETERS) -> Ordering
fn cmp(&self, other: &_VIDEOPARAMETERS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _VIDEOPARAMETERS
impl PartialEq for _VIDEOPARAMETERS
Source§impl PartialOrd for _VIDEOPARAMETERS
impl PartialOrd for _VIDEOPARAMETERS
impl Copy for _VIDEOPARAMETERS
impl Eq for _VIDEOPARAMETERS
impl StructuralPartialEq for _VIDEOPARAMETERS
Auto Trait Implementations§
impl Freeze for _VIDEOPARAMETERS
impl RefUnwindSafe for _VIDEOPARAMETERS
impl Send for _VIDEOPARAMETERS
impl Sync for _VIDEOPARAMETERS
impl Unpin for _VIDEOPARAMETERS
impl UnwindSafe for _VIDEOPARAMETERS
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