#[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 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 _ElementReference
impl Debug for _ElementReference
Source§impl PartialEq for _ElementReference
impl PartialEq for _ElementReference
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