#[repr(C)]pub struct lean_ref_object {
pub m_header: lean_object,
pub m_value: *mut lean_object,
}
Fields§
§m_header: lean_object
§m_value: *mut lean_object
Trait Implementations§
Source§impl Clone for lean_ref_object
impl Clone for lean_ref_object
Source§fn clone(&self) -> lean_ref_object
fn clone(&self) -> lean_ref_object
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 lean_ref_object
impl Debug for lean_ref_object
impl Copy for lean_ref_object
Auto Trait Implementations§
impl Freeze for lean_ref_object
impl RefUnwindSafe for lean_ref_object
impl !Send for lean_ref_object
impl !Sync for lean_ref_object
impl Unpin for lean_ref_object
impl UnwindSafe for lean_ref_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