Struct pgx_pg_sys::_RuneEntry
source · #[repr(C)]pub struct _RuneEntry {
pub __min: __darwin_rune_t,
pub __max: __darwin_rune_t,
pub __map: __darwin_rune_t,
pub __types: *mut __uint32_t,
}Fields§
§__min: __darwin_rune_t§__max: __darwin_rune_t§__map: __darwin_rune_t§__types: *mut __uint32_tTrait Implementations§
source§impl Clone for _RuneEntry
impl Clone for _RuneEntry
source§fn clone(&self) -> _RuneEntry
fn clone(&self) -> _RuneEntry
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