Struct pgx_pg_sys::SharedInvalSmgrMsg
source · [−]#[repr(C)]pub struct SharedInvalSmgrMsg {
pub id: int8,
pub backend_hi: int8,
pub backend_lo: uint16,
pub rnode: RelFileNode,
}Fields
id: int8backend_hi: int8backend_lo: uint16rnode: RelFileNodeTrait Implementations
sourcefn clone(&self) -> SharedInvalSmgrMsg
fn clone(&self) -> SharedInvalSmgrMsg
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourcefn default() -> SharedInvalSmgrMsg
fn default() -> SharedInvalSmgrMsg
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more