#[repr(C)]pub struct QuotationObject {
pub header: HeapObject,
pub wrapper: usize,
pub impl_ptr: usize,
}Expand description
Quotation heap object (stateless function)
Fields§
§header: HeapObject§wrapper: usizeC-convention wrapper function pointer
impl_ptr: usizetailcc implementation function pointer
Auto Trait Implementations§
impl Freeze for QuotationObject
impl RefUnwindSafe for QuotationObject
impl Send for QuotationObject
impl Sync for QuotationObject
impl Unpin for QuotationObject
impl UnwindSafe for QuotationObject
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