#[repr(C)]pub struct perl_debug_pad {
pub pad: [SV; 3],
}
Fields§
§pad: [SV; 3]
Trait Implementations§
Source§impl Clone for perl_debug_pad
impl Clone for perl_debug_pad
Source§fn clone(&self) -> perl_debug_pad
fn clone(&self) -> perl_debug_pad
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_debug_pad
impl Debug for perl_debug_pad
impl Copy for perl_debug_pad
Auto Trait Implementations§
impl Freeze for perl_debug_pad
impl RefUnwindSafe for perl_debug_pad
impl !Send for perl_debug_pad
impl !Sync for perl_debug_pad
impl Unpin for perl_debug_pad
impl UnwindSafe for perl_debug_pad
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