#[repr(C)]pub struct lh_web_color {
pub red: c_uchar,
pub green: c_uchar,
pub blue: c_uchar,
pub alpha: c_uchar,
pub is_current_color: c_int,
}Fields§
§red: c_uchar§green: c_uchar§blue: c_uchar§alpha: c_uchar§is_current_color: c_intTrait Implementations§
Source§impl Clone for lh_web_color
impl Clone for lh_web_color
Source§fn clone(&self) -> lh_web_color
fn clone(&self) -> lh_web_color
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 lh_web_color
impl Debug for lh_web_color
Source§impl Default for lh_web_color
impl Default for lh_web_color
Source§fn default() -> lh_web_color
fn default() -> lh_web_color
Returns the “default value” for a type. Read more
impl Copy for lh_web_color
Auto Trait Implementations§
impl Freeze for lh_web_color
impl RefUnwindSafe for lh_web_color
impl Send for lh_web_color
impl Sync for lh_web_color
impl Unpin for lh_web_color
impl UnsafeUnpin for lh_web_color
impl UnwindSafe for lh_web_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