#[repr(C)]pub struct caml_ref_table {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for caml_ref_table
impl Clone for caml_ref_table
Source§fn clone(&self) -> caml_ref_table
fn clone(&self) -> caml_ref_table
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for caml_ref_table
Auto Trait Implementations§
impl Freeze for caml_ref_table
impl RefUnwindSafe for caml_ref_table
impl Send for caml_ref_table
impl Sync for caml_ref_table
impl Unpin for caml_ref_table
impl UnsafeUnpin for caml_ref_table
impl UnwindSafe for caml_ref_table
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