Struct rpgffi::Scan
[−]
[src]
#[repr(C)]pub struct Scan { pub plan: Plan, pub scanrelid: Index, }
Fields
plan: Plan
scanrelid: Index
Trait Implementations
impl Copy for Scan[src]
impl Clone for Scan[src]
fn clone(&self) -> Scan[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more