#[repr(C)]pub struct RgbRaw {
pub r: u16,
pub g: u16,
pub b: u16,
}Fields§
§r: u16!< ~English Red value ~Japanese 赤
g: u16!< ~English Green value ~Japanese 緑
b: u16!< ~English Blue value ~Japanese 青
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RgbRaw
impl RefUnwindSafe for RgbRaw
impl Send for RgbRaw
impl Sync for RgbRaw
impl Unpin for RgbRaw
impl UnwindSafe for RgbRaw
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