Struct pgx_pg_sys::ConditionVariable
source · [−]#[repr(C)]pub struct ConditionVariable {
pub mutex: slock_t,
pub wakeup: proclist_head,
}Fields
mutex: slock_twakeup: proclist_headTrait Implementations
sourceimpl Clone for ConditionVariable
impl Clone for ConditionVariable
sourcefn clone(&self) -> ConditionVariable
fn clone(&self) -> ConditionVariable
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 ConditionVariable
impl Debug for ConditionVariable
sourceimpl Default for ConditionVariable
impl Default for ConditionVariable
sourcefn default() -> ConditionVariable
fn default() -> ConditionVariable
Returns the “default value” for a type. Read more
impl Copy for ConditionVariable
Auto Trait Implementations
impl RefUnwindSafe for ConditionVariable
impl Send for ConditionVariable
impl Sync for ConditionVariable
impl Unpin for ConditionVariable
impl UnwindSafe for ConditionVariable
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