Struct gravity::void_r [] [src]

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

Fields

Trait Implementations

impl Debug for void_r
[src]

Formats the value using the given formatter.

impl Copy for void_r
[src]

impl Clone for void_r
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more