Struct magick_rust::bindings::_KernelInfo
source · #[repr(C)]pub struct _KernelInfo {Show 13 fields
pub type_: KernelInfoType,
pub width: usize,
pub height: usize,
pub x: isize,
pub y: isize,
pub values: *mut MagickRealType,
pub minimum: f64,
pub maximum: f64,
pub negative_range: f64,
pub positive_range: f64,
pub angle: f64,
pub next: *mut _KernelInfo,
pub signature: usize,
}
Fields§
§type_: KernelInfoType
§width: usize
§height: usize
§x: isize
§y: isize
§values: *mut MagickRealType
§minimum: f64
§maximum: f64
§negative_range: f64
§positive_range: f64
§angle: f64
§next: *mut _KernelInfo
§signature: usize
Trait Implementations§
source§impl Clone for _KernelInfo
impl Clone for _KernelInfo
source§fn clone(&self) -> _KernelInfo
fn clone(&self) -> _KernelInfo
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 _KernelInfo
impl Debug for _KernelInfo
source§impl PartialEq for _KernelInfo
impl PartialEq for _KernelInfo
source§fn eq(&self, other: &_KernelInfo) -> bool
fn eq(&self, other: &_KernelInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _KernelInfo
impl StructuralPartialEq for _KernelInfo
Auto Trait Implementations§
impl Freeze for _KernelInfo
impl RefUnwindSafe for _KernelInfo
impl !Send for _KernelInfo
impl !Sync for _KernelInfo
impl Unpin for _KernelInfo
impl UnwindSafe for _KernelInfo
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
)