Struct list_head
rbspy_ruby_structs::ruby_2_2_1
#[repr(C)] pub struct list_head { pub n: list_node, }
n: list_node
impl Debug for list_head
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.
impl Copy for list_head
impl Clone for list_head
fn clone(&self) -> list_head
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source