#[repr(C)]pub struct uct_iface {
pub ops: uct_iface_ops_t,
}Expand description
Communication interface context
Fields§
§ops: uct_iface_ops_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for uct_iface
impl RefUnwindSafe for uct_iface
impl Send for uct_iface
impl Sync for uct_iface
impl Unpin for uct_iface
impl UnwindSafe for uct_iface
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