#[repr(C)]pub struct _PixelPacket {
pub red: c_uint,
pub green: c_uint,
pub blue: c_uint,
pub alpha: c_uint,
pub black: c_uint,
}
Fields§
§red: c_uint
§green: c_uint
§blue: c_uint
§alpha: c_uint
§black: c_uint
Trait Implementations§
Source§impl Clone for _PixelPacket
impl Clone for _PixelPacket
Source§fn clone(&self) -> _PixelPacket
fn clone(&self) -> _PixelPacket
Returns a duplicate of the value. Read more
1.0.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 _PixelPacket
impl Debug for _PixelPacket
Source§impl PartialEq for _PixelPacket
impl PartialEq for _PixelPacket
impl Copy for _PixelPacket
impl Eq for _PixelPacket
impl StructuralPartialEq for _PixelPacket
Auto Trait Implementations§
impl Freeze for _PixelPacket
impl RefUnwindSafe for _PixelPacket
impl Send for _PixelPacket
impl Sync for _PixelPacket
impl Unpin for _PixelPacket
impl UnwindSafe for _PixelPacket
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