#[repr(C)]pub struct _MagickRandomKernel {
pub z: magick_uint32_t,
pub w: magick_uint32_t,
}Fields§
§z: magick_uint32_t§w: magick_uint32_tTrait Implementations§
Source§impl Clone for _MagickRandomKernel
impl Clone for _MagickRandomKernel
Source§fn clone(&self) -> _MagickRandomKernel
fn clone(&self) -> _MagickRandomKernel
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 _MagickRandomKernel
impl Debug for _MagickRandomKernel
impl Copy for _MagickRandomKernel
Auto Trait Implementations§
impl Freeze for _MagickRandomKernel
impl RefUnwindSafe for _MagickRandomKernel
impl Send for _MagickRandomKernel
impl Sync for _MagickRandomKernel
impl Unpin for _MagickRandomKernel
impl UnwindSafe for _MagickRandomKernel
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