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