#[repr(C)]pub struct pixman_indexed {
pub color: pixman_bool_t,
pub rgba: [u32; 256],
pub ent: [pixman_index_type; 32768],
}Fields§
§color: pixman_bool_t§rgba: [u32; 256]§ent: [pixman_index_type; 32768]Trait Implementations§
Source§impl Clone for pixman_indexed
impl Clone for pixman_indexed
Source§fn clone(&self) -> pixman_indexed
fn clone(&self) -> pixman_indexed
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for pixman_indexed
Auto Trait Implementations§
impl Freeze for pixman_indexed
impl RefUnwindSafe for pixman_indexed
impl Send for pixman_indexed
impl Sync for pixman_indexed
impl Unpin for pixman_indexed
impl UnsafeUnpin for pixman_indexed
impl UnwindSafe for pixman_indexed
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