#[repr(C)]pub struct color_tData {
pub elem: [color_t; 1024],
}Fields§
§elem: [color_t; 1024]Trait Implementations§
Source§impl Clone for color_tData
impl Clone for color_tData
Source§fn clone(&self) -> color_tData
fn clone(&self) -> color_tData
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 color_tData
impl Debug for color_tData
impl Copy for color_tData
Auto Trait Implementations§
impl Freeze for color_tData
impl RefUnwindSafe for color_tData
impl Send for color_tData
impl Sync for color_tData
impl Unpin for color_tData
impl UnwindSafe for color_tData
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