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