Struct pgx_pg_sys::ParsedWord
source · [−]#[repr(C)]pub struct ParsedWord {
pub len: uint16,
pub nvariant: uint16,
pub pos: ParsedWord__bindgen_ty_1,
pub flags: uint16,
pub word: *mut c_char,
pub alen: uint32,
}Fields
len: uint16nvariant: uint16pos: ParsedWord__bindgen_ty_1flags: uint16word: *mut c_charalen: uint32Trait Implementations
sourceimpl Clone for ParsedWord
impl Clone for ParsedWord
sourcefn clone(&self) -> ParsedWord
fn clone(&self) -> ParsedWord
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for ParsedWord
impl Default for ParsedWord
impl Copy for ParsedWord
Auto Trait Implementations
impl RefUnwindSafe for ParsedWord
impl !Send for ParsedWord
impl !Sync for ParsedWord
impl Unpin for ParsedWord
impl UnwindSafe for ParsedWord
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more