pub struct ByteMultiArray {
pub layout: MultiArrayLayout,
pub data: Vec<u8>,
}
Fields§
§layout: MultiArrayLayout
§data: Vec<u8>
Trait Implementations§
Source§impl Clone for ByteMultiArray
impl Clone for ByteMultiArray
Source§fn clone(&self) -> ByteMultiArray
fn clone(&self) -> ByteMultiArray
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ByteMultiArray
impl Debug for ByteMultiArray
Source§impl Default for ByteMultiArray
impl Default for ByteMultiArray
Source§impl<'de> Deserialize<'de> for ByteMultiArray
impl<'de> Deserialize<'de> for ByteMultiArray
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ByteMultiArray
impl PartialEq for ByteMultiArray
Source§impl Serialize for ByteMultiArray
impl Serialize for ByteMultiArray
impl Message for ByteMultiArray
impl StructuralPartialEq for ByteMultiArray
Auto Trait Implementations§
impl Freeze for ByteMultiArray
impl RefUnwindSafe for ByteMultiArray
impl Send for ByteMultiArray
impl Sync for ByteMultiArray
impl Unpin for ByteMultiArray
impl UnwindSafe for ByteMultiArray
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