#[repr(C)]pub struct wxd_Colour_t {
pub r: c_uchar,
pub g: c_uchar,
pub b: c_uchar,
pub a: c_uchar,
}Fields§
§r: c_uchar§g: c_uchar§b: c_uchar§a: c_ucharTrait Implementations§
Source§impl Clone for wxd_Colour_t
impl Clone for wxd_Colour_t
Source§fn clone(&self) -> wxd_Colour_t
fn clone(&self) -> wxd_Colour_t
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 wxd_Colour_t
impl Debug for wxd_Colour_t
impl Copy for wxd_Colour_t
Auto Trait Implementations§
impl Freeze for wxd_Colour_t
impl RefUnwindSafe for wxd_Colour_t
impl Send for wxd_Colour_t
impl Sync for wxd_Colour_t
impl Unpin for wxd_Colour_t
impl UnsafeUnpin for wxd_Colour_t
impl UnwindSafe for wxd_Colour_t
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