pub struct CommKeyval { /* private fields */ }Expand description
A key identifying an attribute slot (MPI_Comm_create_keyval).
Implementations§
Trait Implementations§
Source§impl Clone for CommKeyval
impl Clone for CommKeyval
Source§fn clone(&self) -> CommKeyval
fn clone(&self) -> CommKeyval
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CommKeyval
Source§impl Debug for CommKeyval
impl Debug for CommKeyval
impl Eq for CommKeyval
Source§impl Hash for CommKeyval
impl Hash for CommKeyval
Source§impl PartialEq for CommKeyval
impl PartialEq for CommKeyval
Source§fn eq(&self, other: &CommKeyval) -> bool
fn eq(&self, other: &CommKeyval) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CommKeyval
Auto Trait Implementations§
impl Freeze for CommKeyval
impl RefUnwindSafe for CommKeyval
impl Send for CommKeyval
impl Sync for CommKeyval
impl Unpin for CommKeyval
impl UnsafeUnpin for CommKeyval
impl UnwindSafe for CommKeyval
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