Struct ttf_parser::tables::cpal::BgraColor
source · struct BgraColor {
blue: u8,
green: u8,
red: u8,
alpha: u8,
}
Fields§
§blue: u8
§green: u8
§red: u8
§alpha: u8
Implementations§
Trait Implementations§
source§impl PartialEq for BgraColor
impl PartialEq for BgraColor
impl Copy for BgraColor
impl Eq for BgraColor
impl StructuralPartialEq for BgraColor
Auto Trait Implementations§
impl Freeze for BgraColor
impl RefUnwindSafe for BgraColor
impl Send for BgraColor
impl Sync for BgraColor
impl Unpin for BgraColor
impl UnwindSafe for BgraColor
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