#[repr(C)]pub struct uct_ep {
pub iface: uct_iface_h,
}Expand description
Remote endpoint
Fields§
§iface: uct_iface_hTrait Implementations§
Auto Trait Implementations§
impl Freeze for uct_ep
impl RefUnwindSafe for uct_ep
impl !Send for uct_ep
impl !Sync for uct_ep
impl Unpin for uct_ep
impl UnwindSafe for uct_ep
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