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