Struct rpgffi::TypeCast [] [src]

#[repr(C)]
pub struct TypeCast { pub type_: NodeTag, pub arg: *mut Node, pub typeName: *mut TypeName, pub location: c_int, }

Fields

Trait Implementations

impl Copy for TypeCast
[src]

impl Clone for TypeCast
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more