Struct swipl::fli::__PL_queryFrame  
source · #[repr(C)]pub struct __PL_queryFrame {
    pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
source§impl Clone for __PL_queryFrame
 
impl Clone for __PL_queryFrame
source§fn clone(&self) -> __PL_queryFrame
 
fn clone(&self) -> __PL_queryFrame
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_queryFrame
 
impl Debug for __PL_queryFrame
impl Copy for __PL_queryFrame
Auto Trait Implementations§
impl RefUnwindSafe for __PL_queryFrame
impl Send for __PL_queryFrame
impl Sync for __PL_queryFrame
impl Unpin for __PL_queryFrame
impl UnwindSafe for __PL_queryFrame
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