#[repr(C)]pub struct DRAWBOT_ColorRGBA {
pub red: f32,
pub green: f32,
pub blue: f32,
pub alpha: f32,
}Fields§
§red: f32§green: f32§blue: f32§alpha: f32Trait Implementations§
Source§impl Clone for DRAWBOT_ColorRGBA
impl Clone for DRAWBOT_ColorRGBA
Source§fn clone(&self) -> DRAWBOT_ColorRGBA
fn clone(&self) -> DRAWBOT_ColorRGBA
Returns a duplicate of the value. Read more
1.0.0 · 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 DRAWBOT_ColorRGBA
impl Debug for DRAWBOT_ColorRGBA
impl Copy for DRAWBOT_ColorRGBA
Auto Trait Implementations§
impl Freeze for DRAWBOT_ColorRGBA
impl RefUnwindSafe for DRAWBOT_ColorRGBA
impl Send for DRAWBOT_ColorRGBA
impl Sync for DRAWBOT_ColorRGBA
impl Unpin for DRAWBOT_ColorRGBA
impl UnwindSafe for DRAWBOT_ColorRGBA
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