Struct libpg_query::PgQueryProtobuf
source · #[repr(C)]pub struct PgQueryProtobuf {
pub len: usize,
pub data: *mut c_char,
}
Fields§
§len: usize
§data: *mut c_char
Trait 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