#[repr(C)]pub struct COREWEBVIEW2_COLOR {
pub A: u8,
pub R: u8,
pub G: u8,
pub B: u8,
}Fields§
§A: u8§R: u8§G: u8§B: u8Trait Implementations§
Source§impl Clone for COREWEBVIEW2_COLOR
impl Clone for COREWEBVIEW2_COLOR
Source§fn clone(&self) -> COREWEBVIEW2_COLOR
fn clone(&self) -> COREWEBVIEW2_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 moreSource§impl Debug for COREWEBVIEW2_COLOR
impl Debug for COREWEBVIEW2_COLOR
Source§impl Default for COREWEBVIEW2_COLOR
impl Default for COREWEBVIEW2_COLOR
Source§fn default() -> COREWEBVIEW2_COLOR
fn default() -> COREWEBVIEW2_COLOR
Returns the “default value” for a type. Read more
Source§impl PartialEq for COREWEBVIEW2_COLOR
impl PartialEq for COREWEBVIEW2_COLOR
Source§fn eq(&self, other: &COREWEBVIEW2_COLOR) -> bool
fn eq(&self, other: &COREWEBVIEW2_COLOR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for COREWEBVIEW2_COLOR
impl StructuralPartialEq for COREWEBVIEW2_COLOR
Auto Trait Implementations§
impl Freeze for COREWEBVIEW2_COLOR
impl RefUnwindSafe for COREWEBVIEW2_COLOR
impl Send for COREWEBVIEW2_COLOR
impl Sync for COREWEBVIEW2_COLOR
impl Unpin for COREWEBVIEW2_COLOR
impl UnsafeUnpin for COREWEBVIEW2_COLOR
impl UnwindSafe for COREWEBVIEW2_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