Struct tiny_skia::PremultipliedColorU8
source · [−]#[repr(transparent)]pub struct PremultipliedColorU8(_);
Expand description
A 32-bit premultiplied RGBA color value.
Byteorder: ABGR
Implementations
sourceimpl PremultipliedColorU8
impl PremultipliedColorU8
Trait Implementations
sourceimpl Clone for PremultipliedColorU8
impl Clone for PremultipliedColorU8
sourcefn clone(&self) -> PremultipliedColorU8
fn clone(&self) -> PremultipliedColorU8
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PremultipliedColorU8
impl Debug for PremultipliedColorU8
sourceimpl PartialEq<PremultipliedColorU8> for PremultipliedColorU8
impl PartialEq<PremultipliedColorU8> for PremultipliedColorU8
sourcefn eq(&self, other: &PremultipliedColorU8) -> bool
fn eq(&self, other: &PremultipliedColorU8) -> bool
impl Copy for PremultipliedColorU8
impl Pod for PremultipliedColorU8
impl StructuralPartialEq for PremultipliedColorU8
Auto Trait Implementations
impl RefUnwindSafe for PremultipliedColorU8
impl Send for PremultipliedColorU8
impl Sync for PremultipliedColorU8
impl Unpin for PremultipliedColorU8
impl UnwindSafe for PremultipliedColorU8
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
type Bits = T
type Bits = T
Self
must have the same layout as the specified Bits
except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern
. Read more