Struct darknet::ffi::tree [] [src]

#[repr(C)]
pub struct tree { pub leaf: *mut c_int, pub n: c_int, pub parent: *mut c_int, pub child: *mut c_int, pub group: *mut c_int, pub name: *mut *mut c_char, pub groups: c_int, pub group_size: *mut c_int, pub group_offset: *mut c_int, }

Fields

Trait Implementations

impl Debug for tree
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for tree
[src]

impl Clone for tree
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more