#[repr(C)]pub struct lean_thunk_object {
pub m_header: lean_object,
pub m_value: u64,
pub m_closure: u64,
}Fields§
§m_header: lean_object§m_value: u64§m_closure: u64Trait Implementations§
Source§impl Clone for lean_thunk_object
impl Clone for lean_thunk_object
Source§fn clone(&self) -> lean_thunk_object
fn clone(&self) -> lean_thunk_object
Returns a duplicate 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 lean_thunk_object
impl Debug for lean_thunk_object
impl Copy for lean_thunk_object
Auto Trait Implementations§
impl Freeze for lean_thunk_object
impl RefUnwindSafe for lean_thunk_object
impl Send for lean_thunk_object
impl Sync for lean_thunk_object
impl Unpin for lean_thunk_object
impl UnwindSafe for lean_thunk_object
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