#[repr(C)]pub struct GISTPageOpaqueData {
pub nsn: PageGistNSN,
pub rightlink: BlockNumber,
pub flags: uint16,
pub gist_page_id: uint16,
}
Fields§
§nsn: PageGistNSN
§rightlink: BlockNumber
§flags: uint16
§gist_page_id: uint16
Trait Implementations§
Source§impl Clone for GISTPageOpaqueData
impl Clone for GISTPageOpaqueData
Source§fn clone(&self) -> GISTPageOpaqueData
fn clone(&self) -> GISTPageOpaqueData
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 GISTPageOpaqueData
impl Debug for GISTPageOpaqueData
Source§impl Default for GISTPageOpaqueData
impl Default for GISTPageOpaqueData
Source§fn default() -> GISTPageOpaqueData
fn default() -> GISTPageOpaqueData
Returns the “default value” for a type. Read more
impl Copy for GISTPageOpaqueData
Auto Trait Implementations§
impl Freeze for GISTPageOpaqueData
impl RefUnwindSafe for GISTPageOpaqueData
impl Send for GISTPageOpaqueData
impl Sync for GISTPageOpaqueData
impl Unpin for GISTPageOpaqueData
impl UnwindSafe for GISTPageOpaqueData
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