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