Struct windows_sys::Win32::Devices::Display::OUTPUT_WIRE_FORMAT
[−]#[repr(C)]pub struct OUTPUT_WIRE_FORMAT {
pub ColorEncoding: OUTPUT_COLOR_ENCODING,
pub BitsPerPixel: u32,
}
Expand description
Required features: "Win32_Devices_Display"
Fields
ColorEncoding: OUTPUT_COLOR_ENCODING
BitsPerPixel: u32
Trait Implementations
impl Clone for OUTPUT_WIRE_FORMAT
impl Clone for OUTPUT_WIRE_FORMAT
impl Copy for OUTPUT_WIRE_FORMAT
Auto Trait Implementations
impl RefUnwindSafe for OUTPUT_WIRE_FORMAT
impl Send for OUTPUT_WIRE_FORMAT
impl Sync for OUTPUT_WIRE_FORMAT
impl Unpin for OUTPUT_WIRE_FORMAT
impl UnwindSafe for OUTPUT_WIRE_FORMAT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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