Struct rpgffi::WindowDef [] [src]

#[repr(C)]
pub struct WindowDef { pub type_: NodeTag, pub name: *mut c_char, pub refname: *mut c_char, pub partitionClause: *mut List, pub orderClause: *mut List, pub frameOptions: c_int, pub startOffset: *mut Node, pub endOffset: *mut Node, pub location: c_int, }

Fields

Trait Implementations

impl Copy for WindowDef
[src]

impl Clone for WindowDef
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more