#[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_header
Trait 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 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 perl_memory_debug_header
impl Debug for perl_memory_debug_header
impl Copy 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 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