Struct rpgffi::CreateCastStmt [] [src]

#[repr(C)]
pub struct CreateCastStmt { pub type_: NodeTag, pub sourcetype: *mut TypeName, pub targettype: *mut TypeName, pub func: *mut FuncWithArgs, pub context: CoercionContext, pub inout: bool_, }

Fields

Trait Implementations

impl Copy for CreateCastStmt
[src]

impl Clone for CreateCastStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more