Struct gravity::gnode_r [] [src]

#[repr(C)]
pub struct gnode_r { pub n: usize, pub m: usize, pub p: *mut *mut gnode_t, }

Fields

Trait Implementations

impl Debug for gnode_r
[src]

Formats the value using the given formatter.

impl Copy for gnode_r
[src]

impl Clone for gnode_r
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more