Trait ucx::ucs_status_ptr_tEx [] [src]

pub trait ucs_status_ptr_tEx {
    fn UCS_PTR_STATUS(self) -> ucs_status_t;
    fn UCS_PTR_IS_ERR(self) -> bool;
    fn UCS_PTR_IS_PTR(self) -> bool;
    fn UCS_STATUS_PTR(status: ucs_status_t) -> Self;
    fn ucsIsOk(self) -> bool;
}

Required Methods

Implementors