Struct gravity::gravity_value_r [] [src]

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

Fields

Trait Implementations

impl Debug for gravity_value_r
[src]

Formats the value using the given formatter.

impl Copy for gravity_value_r
[src]

impl Clone for gravity_value_r
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more