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