Struct gravity::gupvalue_t [] [src]

#[repr(C)]
pub struct gupvalue_t { pub node: *mut gnode_t, pub index: u32, pub selfindex: u32, pub is_direct: bool, }

Fields

Trait Implementations

impl Debug for gupvalue_t
[src]

Formats the value using the given formatter.

impl Copy for gupvalue_t
[src]

impl Clone for gupvalue_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more