pub struct ArrayMessage {
pub array: Arc<NDArray>,
/* private fields */
}Expand description
Array message with optional queued-array counter. When dropped, decrements the counter (if present).
Fields§
§array: Arc<NDArray>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArrayMessage
impl !RefUnwindSafe for ArrayMessage
impl Send for ArrayMessage
impl Sync for ArrayMessage
impl Unpin for ArrayMessage
impl UnsafeUnpin for ArrayMessage
impl !UnwindSafe for ArrayMessage
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