#[repr(C)]pub struct PsRGB888Pixel {
pub r: u8,
pub g: u8,
pub b: u8,
}Expand description
@brief Color image pixel type in 24-bit RGB format.
Fields§
§r: u8!< Red
g: u8!< Green
b: u8!< Blue
Trait Implementations§
source§impl Clone for PsRGB888Pixel
impl Clone for PsRGB888Pixel
source§fn clone(&self) -> PsRGB888Pixel
fn clone(&self) -> PsRGB888Pixel
Returns a copy of the value. Read more
1.6.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PsRGB888Pixel
impl Debug for PsRGB888Pixel
source§impl Default for PsRGB888Pixel
impl Default for PsRGB888Pixel
source§fn default() -> PsRGB888Pixel
fn default() -> PsRGB888Pixel
Returns the “default value” for a type. Read more
impl Copy for PsRGB888Pixel
Auto Trait Implementations§
impl Freeze for PsRGB888Pixel
impl RefUnwindSafe for PsRGB888Pixel
impl Send for PsRGB888Pixel
impl Sync for PsRGB888Pixel
impl Unpin for PsRGB888Pixel
impl UnwindSafe for PsRGB888Pixel
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)