Struct rpgffi::ViewOptions
[−]
[src]
#[repr(C)]pub struct ViewOptions { pub vl_len_: int32, pub security_barrier: bool_, pub check_option_offset: c_int, }
Fields
vl_len_: int32
security_barrier: bool_
check_option_offset: c_int
Trait Implementations
impl Copy for ViewOptions[src]
impl Clone for ViewOptions[src]
fn clone(&self) -> ViewOptions[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more