#[repr(C)]pub struct rdma_event_channel {
pub fd: c_int,
}Fields§
§fd: c_intTrait Implementations§
Source§impl Clone for rdma_event_channel
impl Clone for rdma_event_channel
Source§fn clone(&self) -> rdma_event_channel
fn clone(&self) -> rdma_event_channel
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 moreimpl Copy for rdma_event_channel
Auto Trait Implementations§
impl Freeze for rdma_event_channel
impl RefUnwindSafe for rdma_event_channel
impl Send for rdma_event_channel
impl Sync for rdma_event_channel
impl Unpin for rdma_event_channel
impl UnwindSafe for rdma_event_channel
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