Struct freya_engine::prelude::RGB
pub struct RGB {
pub r: u8,
pub g: u8,
pub b: u8,
}
Fields§
§r: u8
§g: u8
§b: u8
Implementations§
Trait Implementations§
impl Copy for RGB
impl Eq for RGB
impl StructuralEq for RGB
impl StructuralPartialEq for RGB
Auto Trait Implementations§
impl RefUnwindSafe for RGB
impl Send for RGB
impl Sync for RGB
impl Unpin for RGB
impl UnwindSafe for RGB
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