Struct rpgffi::SampleScanState [] [src]

#[repr(C)]
pub struct SampleScanState { pub ss: ScanState, pub args: *mut List, pub repeatable: *mut ExprState, pub tsmroutine: *mut TsmRoutine, pub tsm_state: *mut c_void, pub use_bulkread: bool_, pub use_pagemode: bool_, pub begun: bool_, pub seed: uint32, }

Fields

Trait Implementations

impl Copy for SampleScanState
[src]

impl Clone for SampleScanState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more