Struct rpgffi::MinimalTupleData [] [src]

#[repr(C)]
pub struct MinimalTupleData { pub t_len: uint32, pub mt_padding: [c_char; 6], pub t_infomask2: uint16, pub t_infomask: uint16, pub t_hoff: uint8, pub t_bits: __IncompleteArrayField<bits8>, }

Fields

Trait Implementations

impl Copy for MinimalTupleData
[src]

impl Clone for MinimalTupleData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more