#[repr(C)]pub struct pixman_color {
pub red: u16,
pub green: u16,
pub blue: u16,
pub alpha: u16,
}Fields§
§red: u16§green: u16§blue: u16§alpha: u16Trait Implementations§
Source§impl Clone for pixman_color
impl Clone for pixman_color
Source§fn clone(&self) -> pixman_color
fn clone(&self) -> pixman_color
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_color
Auto Trait Implementations§
impl Freeze for pixman_color
impl RefUnwindSafe for pixman_color
impl Send for pixman_color
impl Sync for pixman_color
impl Unpin for pixman_color
impl UnsafeUnpin for pixman_color
impl UnwindSafe for pixman_color
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