Struct rbspy_ruby_structs::ruby_2_3_8::list_head [−][src]
#[repr(C)]pub struct list_head {
pub n: list_node,
}
Fields
n: list_node
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for list_head
impl UnwindSafe for list_head
Blanket Implementations
Mutably borrows from an owned value. Read more