Enum pq_sys::_bindgen_ty_7 [−][src]
#[repr(u32)]
pub enum _bindgen_ty_7 {
PQPING_OK,
PQPING_REJECT,
PQPING_NO_RESPONSE,
PQPING_NO_ATTEMPT,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _bindgen_ty_7
impl Send for _bindgen_ty_7
impl Sync for _bindgen_ty_7
impl Unpin for _bindgen_ty_7
impl UnwindSafe for _bindgen_ty_7
Blanket Implementations
Mutably borrows from an owned value. Read more