#[repr(C)]pub struct ucp_rkey { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ucp_rkey
impl RefUnwindSafe for ucp_rkey
impl Send for ucp_rkey
impl Sync for ucp_rkey
impl Unpin for ucp_rkey
impl UnwindSafe for ucp_rkey
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