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