Struct VIDEO_LUT_RGB256WORDS
#[repr(C)]pub struct VIDEO_LUT_RGB256WORDS {
pub Red: [u16; 256],
pub Green: [u16; 256],
pub Blue: [u16; 256],
}
Fields§
§Red: [u16; 256]
§Green: [u16; 256]
§Blue: [u16; 256]
Trait Implementations§
§impl Clone for VIDEO_LUT_RGB256WORDS
impl Clone for VIDEO_LUT_RGB256WORDS
§fn clone(&self) -> VIDEO_LUT_RGB256WORDS
fn clone(&self) -> VIDEO_LUT_RGB256WORDS
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 moreimpl Copy for VIDEO_LUT_RGB256WORDS
Auto Trait Implementations§
impl Freeze for VIDEO_LUT_RGB256WORDS
impl RefUnwindSafe for VIDEO_LUT_RGB256WORDS
impl Send for VIDEO_LUT_RGB256WORDS
impl Sync for VIDEO_LUT_RGB256WORDS
impl Unpin for VIDEO_LUT_RGB256WORDS
impl UnwindSafe for VIDEO_LUT_RGB256WORDS
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