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