pub struct Rgba32F(/* private fields */);Expand description
An RGBA color represented as 4 f32s.
Implementations§
Trait Implementations§
Source§impl FixedCode for Rgba32F
impl FixedCode for Rgba32F
const SIZE: usize
type Array = [u8; 16]
type Error = Infallible
fn fix_encode(&self) -> Self::Array
fn fix_decode(input: &Self::Array) -> Result<Self, Self::Error>
impl Copy for Rgba32F
impl StructuralPartialEq for Rgba32F
Auto Trait Implementations§
impl Freeze for Rgba32F
impl RefUnwindSafe for Rgba32F
impl Send for Rgba32F
impl Sync for Rgba32F
impl Unpin for Rgba32F
impl UnsafeUnpin for Rgba32F
impl UnwindSafe for Rgba32F
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