#[repr(C)]pub struct clone_params {
pub stashes: *mut AV,
pub flags: UV,
pub proto_perl: *mut PerlInterpreter,
pub new_perl: *mut PerlInterpreter,
pub unreferenced: *mut AV,
}
Fields§
§stashes: *mut AV
§flags: UV
§proto_perl: *mut PerlInterpreter
§new_perl: *mut PerlInterpreter
§unreferenced: *mut AV
Trait Implementations§
Source§impl Clone for clone_params
impl Clone for clone_params
Source§fn clone(&self) -> clone_params
fn clone(&self) -> clone_params
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 clone_params
impl Debug for clone_params
impl Copy for clone_params
Auto Trait Implementations§
impl Freeze for clone_params
impl RefUnwindSafe for clone_params
impl !Send for clone_params
impl !Sync for clone_params
impl Unpin for clone_params
impl UnwindSafe for clone_params
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