Struct wasm4_common::draw::Color
source[−]#[repr(transparent)]pub struct Color(pub u32);
Expand description
Has 0x__RRGGBB
layout
Tuple Fields
0: u32
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Color
impl UnwindSafe for Color
Blanket Implementations
Mutably borrows from an owned value. Read more