Struct pgrx_pg_sys::HashTapeInfo
source · #[repr(C)]pub struct HashTapeInfo {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
source§impl Clone for HashTapeInfo
impl Clone for HashTapeInfo
source§fn clone(&self) -> HashTapeInfo
fn clone(&self) -> HashTapeInfo
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 HashTapeInfo
impl Debug for HashTapeInfo
source§impl Default for HashTapeInfo
impl Default for HashTapeInfo
source§fn default() -> HashTapeInfo
fn default() -> HashTapeInfo
Returns the “default value” for a type. Read more
impl Copy for HashTapeInfo
Auto Trait Implementations§
impl Freeze for HashTapeInfo
impl RefUnwindSafe for HashTapeInfo
impl Send for HashTapeInfo
impl Sync for HashTapeInfo
impl Unpin for HashTapeInfo
impl UnwindSafe for HashTapeInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more