Struct rpgffi::BitmapOrState [] [src]

#[repr(C)]
pub struct BitmapOrState { pub ps: PlanState, pub bitmapplans: *mut *mut PlanState, pub nplans: c_int, }

Fields

Trait Implementations

impl Copy for BitmapOrState
[src]

impl Clone for BitmapOrState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more