Struct pgx_pg_sys::Latch
source · [−]#[repr(C)]pub struct Latch {
pub is_set: sig_atomic_t,
pub maybe_sleeping: sig_atomic_t,
pub is_shared: bool,
pub owner_pid: c_int,
}Fields
is_set: sig_atomic_tmaybe_sleeping: sig_atomic_towner_pid: c_intTrait Implementations
impl Copy for Latch
Auto Trait Implementations
impl RefUnwindSafe for Latch
impl Send for Latch
impl Sync for Latch
impl Unpin for Latch
impl UnwindSafe for Latch
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