#[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 moreSource§impl Debug for PgQueryProtobuf
impl Debug for PgQueryProtobuf
impl Copy for PgQueryProtobuf
Auto Trait Implementations§
impl Freeze for PgQueryProtobuf
impl RefUnwindSafe for PgQueryProtobuf
impl !Send for PgQueryProtobuf
impl !Sync for PgQueryProtobuf
impl Unpin for PgQueryProtobuf
impl UnwindSafe for PgQueryProtobuf
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more