Struct pgrx_pg_sys::LocationLen
source · #[repr(C)]pub struct LocationLen {
pub location: c_int,
pub length: c_int,
}
Fields§
§location: c_int
§length: c_int
Trait Implementations§
source§impl Clone for LocationLen
impl Clone for LocationLen
source§fn clone(&self) -> LocationLen
fn clone(&self) -> LocationLen
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 LocationLen
impl Debug for LocationLen
source§impl Default for LocationLen
impl Default for LocationLen
source§fn default() -> LocationLen
fn default() -> LocationLen
Returns the “default value” for a type. Read more