#[repr(C)]pub struct WordColorEntry {
pub ColorWord: [WORD; 4],
}Fields§
§ColorWord: [WORD; 4]Trait Implementations§
Source§impl Clone for WordColorEntry
impl Clone for WordColorEntry
Source§fn clone(&self) -> WordColorEntry
fn clone(&self) -> WordColorEntry
Returns a duplicate 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 WordColorEntry
impl Debug for WordColorEntry
impl Copy for WordColorEntry
Auto Trait Implementations§
impl Freeze for WordColorEntry
impl RefUnwindSafe for WordColorEntry
impl Send for WordColorEntry
impl Sync for WordColorEntry
impl Unpin for WordColorEntry
impl UnwindSafe for WordColorEntry
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