Struct pgx_pg_sys::BlockIdData
source · [−]Fields
bi_hi: uint16bi_lo: uint16Trait Implementations
sourceimpl Clone for BlockIdData
impl Clone for BlockIdData
sourcefn clone(&self) -> BlockIdData
fn clone(&self) -> BlockIdData
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 moresourceimpl Debug for BlockIdData
impl Debug for BlockIdData
sourceimpl Default for BlockIdData
impl Default for BlockIdData
sourcefn default() -> BlockIdData
fn default() -> BlockIdData
Returns the “default value” for a type. Read more
impl Copy for BlockIdData
Auto Trait Implementations
impl RefUnwindSafe for BlockIdData
impl Send for BlockIdData
impl Sync for BlockIdData
impl Unpin for BlockIdData
impl UnwindSafe for BlockIdData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more