Struct magick_rust::bindings::_ElementReference
source · #[repr(C)]pub struct _ElementReference {
pub id: *mut c_char,
pub type_: ReferenceType,
pub gradient: GradientInfo,
pub previous: *mut _ElementReference,
pub next: *mut _ElementReference,
pub signature: usize,
}
Fields§
§id: *mut c_char
§type_: ReferenceType
§gradient: GradientInfo
§previous: *mut _ElementReference
§next: *mut _ElementReference
§signature: usize
Trait Implementations§
source§impl Clone for _ElementReference
impl Clone for _ElementReference
source§fn clone(&self) -> _ElementReference
fn clone(&self) -> _ElementReference
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 _ElementReference
impl Debug for _ElementReference
source§impl PartialEq for _ElementReference
impl PartialEq for _ElementReference
source§fn eq(&self, other: &_ElementReference) -> bool
fn eq(&self, other: &_ElementReference) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _ElementReference
impl StructuralPartialEq for _ElementReference
Auto Trait Implementations§
impl Freeze for _ElementReference
impl RefUnwindSafe for _ElementReference
impl !Send for _ElementReference
impl !Sync for _ElementReference
impl Unpin for _ElementReference
impl UnwindSafe for _ElementReference
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
)