#[repr(C)]pub struct rdma_cm_event {
pub id: *mut rdma_cm_id,
pub listen_id: *mut rdma_cm_id,
pub event: Type,
pub status: c_int,
pub param: param_t,
}Fields§
§id: *mut rdma_cm_id§listen_id: *mut rdma_cm_id§event: Type§status: c_int§param: param_tAuto Trait Implementations§
impl Freeze for rdma_cm_event
impl RefUnwindSafe for rdma_cm_event
impl !Send for rdma_cm_event
impl !Sync for rdma_cm_event
impl Unpin for rdma_cm_event
impl UnwindSafe for rdma_cm_event
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