Struct rbspy_ruby_structs::ruby_3_2_2::ccan_list_node
source · #[repr(C)]pub struct ccan_list_node {
pub next: *mut ccan_list_node,
pub prev: *mut ccan_list_node,
}
Fields§
§next: *mut ccan_list_node
§prev: *mut ccan_list_node
Trait Implementations§
source§impl Clone for ccan_list_node
impl Clone for ccan_list_node
source§fn clone(&self) -> ccan_list_node
fn clone(&self) -> ccan_list_node
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 more