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