#[repr(C)]pub struct perl_memory_debug_header {
pub interpreter: *mut PerlInterpreter,
pub prev: *mut perl_memory_debug_header,
pub next: *mut perl_memory_debug_header,
}Fields§
§interpreter: *mut PerlInterpreter§prev: *mut perl_memory_debug_header§next: *mut perl_memory_debug_headerTrait Implementations§
Source§impl Clone for perl_memory_debug_header
impl Clone for perl_memory_debug_header
Source§fn clone(&self) -> perl_memory_debug_header
fn clone(&self) -> perl_memory_debug_header
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 perl_memory_debug_header
impl Debug for perl_memory_debug_header
Source§impl Ord for perl_memory_debug_header
impl Ord for perl_memory_debug_header
Source§fn cmp(&self, other: &perl_memory_debug_header) -> Ordering
fn cmp(&self, other: &perl_memory_debug_header) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for perl_memory_debug_header
impl PartialEq for perl_memory_debug_header
Source§fn eq(&self, other: &perl_memory_debug_header) -> bool
fn eq(&self, other: &perl_memory_debug_header) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for perl_memory_debug_header
impl PartialOrd for perl_memory_debug_header
impl Copy for perl_memory_debug_header
impl Eq for perl_memory_debug_header
impl StructuralPartialEq for perl_memory_debug_header
Auto Trait Implementations§
impl Freeze for perl_memory_debug_header
impl RefUnwindSafe for perl_memory_debug_header
impl !Send for perl_memory_debug_header
impl !Sync for perl_memory_debug_header
impl Unpin for perl_memory_debug_header
impl UnsafeUnpin for perl_memory_debug_header
impl UnwindSafe for perl_memory_debug_header
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