Union windows_sys::Win32::Devices::Display::VIDEO_CLUT_0
[−]#[repr(C)]
pub union VIDEO_CLUT_0 {
pub RgbArray: VIDEO_CLUTDATA,
pub RgbLong: u32,
}
Expand description
Required features: "Win32_Devices_Display"
Fields
RgbArray: VIDEO_CLUTDATA
RgbLong: u32
Trait Implementations
impl Clone for VIDEO_CLUT_0
impl Clone for VIDEO_CLUT_0
impl Copy for VIDEO_CLUT_0
Auto Trait Implementations
impl RefUnwindSafe for VIDEO_CLUT_0
impl Send for VIDEO_CLUT_0
impl Sync for VIDEO_CLUT_0
impl Unpin for VIDEO_CLUT_0
impl UnwindSafe for VIDEO_CLUT_0
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