Struct gravity::gnode_location_t [] [src]

#[repr(C)]
pub struct gnode_location_t { pub type_: gnode_location_type, pub index: u16, pub nup: u16, }

Fields

Trait Implementations

impl Debug for gnode_location_t
[src]

Formats the value using the given formatter.

impl Copy for gnode_location_t
[src]

impl Clone for gnode_location_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more