Struct rpgffi::CreateConversionStmt [] [src]

#[repr(C)]
pub struct CreateConversionStmt { pub type_: NodeTag, pub conversion_name: *mut List, pub for_encoding_name: *mut c_char, pub to_encoding_name: *mut c_char, pub func_name: *mut List, pub def: bool_, }

Fields

Trait Implementations

impl Copy for CreateConversionStmt
[src]

impl Clone for CreateConversionStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more