Struct magick_rust::bindings::_PixelPacket
source · #[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 copy 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
source§fn eq(&self, other: &_PixelPacket) -> bool
fn eq(&self, other: &_PixelPacket) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)