#[repr(C)]pub struct PerlIO_list_s { /* private fields */ }
Trait Implementations§
Source§impl Clone for PerlIO_list_s
impl Clone for PerlIO_list_s
Source§fn clone(&self) -> PerlIO_list_s
fn clone(&self) -> PerlIO_list_s
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 PerlIO_list_s
impl Debug for PerlIO_list_s
impl Copy for PerlIO_list_s
Auto Trait Implementations§
impl Freeze for PerlIO_list_s
impl RefUnwindSafe for PerlIO_list_s
impl Send for PerlIO_list_s
impl Sync for PerlIO_list_s
impl Unpin for PerlIO_list_s
impl UnwindSafe for PerlIO_list_s
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