Struct gravity::uint16_r [] [src]

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

Fields

Trait Implementations

impl Debug for uint16_r
[src]

Formats the value using the given formatter.

impl Copy for uint16_r
[src]

impl Clone for uint16_r
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more