pub struct View { /* private fields */ }Expand description
A read-only send buffer that applies a UserDatatype layout to a base
buffer, packing the selected bytes contiguously. Mirrors rsmpi’s View.
Implementations§
Trait Implementations§
Source§impl Collection for View
impl Collection for View
Source§fn as_datatype(&self) -> DatatypeRef
fn as_datatype(&self) -> DatatypeRef
The datatype of the elements.
Auto Trait Implementations§
impl Freeze for View
impl RefUnwindSafe for View
impl Send for View
impl Sync for View
impl Unpin for View
impl UnsafeUnpin for View
impl UnwindSafe for View
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