Struct pgx_pg_sys::_RuneRange
source · #[repr(C)]pub struct _RuneRange {
pub __nranges: c_int,
pub __ranges: *mut _RuneEntry,
}Fields§
§__nranges: c_int§__ranges: *mut _RuneEntryTrait Implementations§
source§impl Clone for _RuneRange
impl Clone for _RuneRange
source§fn clone(&self) -> _RuneRange
fn clone(&self) -> _RuneRange
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