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