Docs.rs
pgrx-pg-sys-0.10.2
pgrx-pg-sys 0.10.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
eeeebbbbrrrr
workingjubilee
PgCentralFoundation
Dependencies
libc ^0.2
normal
memoffset ^0.9.0
normal
pgrx-macros =0.10.2
normal
pgrx-sql-entity-graph =0.10.2
normal
serde ^1.0
normal
sptr ^0.3
normal
bindgen ^0.68.1
build
eyre ^0.6.8
build
once_cell ^1.18.0
build
pgrx-pg-config =0.10.2
build
proc-macro2 ^1.0.67
build
quote ^1.0.33
build
shlex ^1.2.0
build
syn ^1.0.109
build
Versions
34.93%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
NameData
Aliased type
Fields
data
Trait Implementations
Clone
Copy
Debug
Default
In pgrx_pg_sys
?
Type Alias
pgrx_pg_sys
::
NameData
source
·
[
−
]
pub type NameData =
nameData
;
Aliased Type
§
struct NameData { pub data: [
i8
;
64
], }
Fields
§
§
data: [
i8
;
64
]
Trait Implementations
§
source
§
impl
Clone
for
nameData
source
§
fn
clone
(&self) ->
nameData
Returns a copy of the value.
Read more
1.0.0
·
source
§
fn
clone_from
(&mut self, source:
&Self
)
Performs copy-assignment from
source
.
Read more
source
§
impl
Debug
for
nameData
source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more
source
§
impl
Default
for
nameData
source
§
fn
default
() -> Self
Returns the “default value” for a type.
Read more
source
§
impl
Copy
for
nameData