#[repr(C)]pub struct sfColor {
pub r: sfUint8,
pub g: sfUint8,
pub b: sfUint8,
pub a: sfUint8,
}Fields§
§r: sfUint8§g: sfUint8§b: sfUint8§a: sfUint8Trait Implementations§
Source§impl Ord for sfColor
impl Ord for sfColor
Source§impl PartialOrd for sfColor
impl PartialOrd for sfColor
impl Copy for sfColor
impl Eq for sfColor
impl StructuralPartialEq for sfColor
Auto Trait Implementations§
impl Freeze for sfColor
impl RefUnwindSafe for sfColor
impl Send for sfColor
impl Sync for sfColor
impl Unpin for sfColor
impl UnwindSafe for sfColor
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