Struct accessibility_tree::primitives::RGBA
source · pub struct RGBA(pub f32, pub f32, pub f32, pub f32);
Tuple Fields§
§0: f32
§1: f32
§2: f32
§3: f32
Trait Implementations§
source§impl PartialEq for RGBA
impl PartialEq for RGBA
impl Copy for RGBA
impl StructuralPartialEq for RGBA
Auto Trait Implementations§
impl Freeze for RGBA
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