Struct rdma_sys::rdma_event_channel
source · [−]#[repr(C)]pub struct rdma_event_channel {
pub fd: c_int,
}Fields
fd: c_intTrait Implementations
sourceimpl Clone for rdma_event_channel
impl Clone for rdma_event_channel
sourcefn clone(&self) -> rdma_event_channel
fn clone(&self) -> rdma_event_channel
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for rdma_event_channel
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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