Struct gravity::uint32_r [] [src]

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

Fields

Trait Implementations

impl Debug for uint32_r
[src]

Formats the value using the given formatter.

impl Copy for uint32_r
[src]

impl Clone for uint32_r
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more