Struct libpg_query::PgQueryProtobuf
source · #[repr(C)]pub struct PgQueryProtobuf {
pub len: size_t,
pub data: *mut c_char,
}Fields§
§len: size_t§data: *mut c_charTrait Implementations§
source§impl Clone for PgQueryProtobuf
impl Clone for PgQueryProtobuf
source§fn clone(&self) -> PgQueryProtobuf
fn clone(&self) -> PgQueryProtobuf
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more