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