Struct pgrx_pg_sys::BlockSamplerData
source · #[repr(C)]pub struct BlockSamplerData {
pub N: BlockNumber,
pub n: c_int,
pub t: BlockNumber,
pub m: c_int,
pub randstate: SamplerRandomState,
}
Fields§
§N: BlockNumber
§n: c_int
§t: BlockNumber
§m: c_int
§randstate: SamplerRandomState
Trait Implementations§
source§impl Clone for BlockSamplerData
impl Clone for BlockSamplerData
source§fn clone(&self) -> BlockSamplerData
fn clone(&self) -> BlockSamplerData
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 BlockSamplerData
impl Debug for BlockSamplerData
source§impl Default for BlockSamplerData
impl Default for BlockSamplerData
source§fn default() -> BlockSamplerData
fn default() -> BlockSamplerData
Returns the “default value” for a type. Read more
impl Copy for BlockSamplerData
Auto Trait Implementations§
impl Freeze for BlockSamplerData
impl RefUnwindSafe for BlockSamplerData
impl Send for BlockSamplerData
impl Sync for BlockSamplerData
impl Unpin for BlockSamplerData
impl UnwindSafe for BlockSamplerData
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