Struct rpgffi::InlineCodeBlock [] [src]

#[repr(C)]
pub struct InlineCodeBlock { pub type_: NodeTag, pub source_text: *mut c_char, pub langOid: Oid, pub langIsTrusted: bool_, }

Fields

Trait Implementations

impl Copy for InlineCodeBlock
[src]

impl Clone for InlineCodeBlock
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more