#[repr(C)]pub struct ByteMultiArray {
    pub layout: MultiArrayLayout,
    pub data: U8Seq<0>,
}Fields§
§layout: MultiArrayLayout§data: U8Seq<0>Implementations§
Trait Implementations§
Source§impl Debug for ByteMultiArray
 
impl Debug for ByteMultiArray
Source§impl Drop for ByteMultiArray
 
impl Drop for ByteMultiArray
Source§impl PartialEq for ByteMultiArray
 
impl PartialEq 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