Struct swipl_fli::pl_context_t
source · #[repr(C)]pub struct pl_context_t {
pub ld: PL_engine_t,
pub qf: *mut __PL_queryFrame,
pub fr: *mut __PL_localFrame,
pub pc: *mut __PL_code,
pub reserved: [*mut c_void; 10],
}
Expand description
TRACE SUPPORT *
Fields§
§ld: PL_engine_t
§qf: *mut __PL_queryFrame
§fr: *mut __PL_localFrame
§pc: *mut __PL_code
§reserved: [*mut c_void; 10]
Trait Implementations§
source§impl Clone for pl_context_t
impl Clone for pl_context_t
source§fn clone(&self) -> pl_context_t
fn clone(&self) -> pl_context_t
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_context_t
impl Debug for pl_context_t
impl Copy for pl_context_t
Auto Trait Implementations§
impl RefUnwindSafe for pl_context_t
impl !Send for pl_context_t
impl !Sync for pl_context_t
impl Unpin for pl_context_t
impl UnwindSafe for pl_context_t
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