Struct rpgffi::CommentStmt [] [src]

#[repr(C)]
pub struct CommentStmt { pub type_: NodeTag, pub objtype: ObjectType, pub objname: *mut List, pub objargs: *mut List, pub comment: *mut c_char, }

Fields

Trait Implementations

impl Copy for CommentStmt
[src]

impl Clone for CommentStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more