#[repr(C)]pub struct RGBA {
pub blue: UINT8,
pub green: UINT8,
pub red: UINT8,
pub alpha: UINT8,
}
Fields§
§blue: UINT8
§green: UINT8
§red: UINT8
§alpha: UINT8
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RGBA
impl Send for RGBA
impl Sync for RGBA
impl Unpin for RGBA
impl UnwindSafe for RGBA
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