pub struct Rgb24(/* private fields */);Available on crate feature
rgb only.Expand description
Zero‑sized marker for the packed RGB24 source format.
Implementations§
Trait Implementations§
impl Copy for Rgb24
impl Eq for Rgb24
impl SourceFormat for Rgb24
impl StructuralPartialEq for Rgb24
Auto Trait Implementations§
impl Freeze for Rgb24
impl RefUnwindSafe for Rgb24
impl Send for Rgb24
impl Sync for Rgb24
impl Unpin for Rgb24
impl UnsafeUnpin for Rgb24
impl UnwindSafe for Rgb24
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