Trait as_bytes::AsBytes[][src]

pub trait AsBytes {
    unsafe fn as_bytes(&self) -> &[u8] { ... }
unsafe fn as_bytes_mut(&mut self) -> &mut [u8] { ... } }
Expand description

Return a slice of the memory that contains the struct

Provided methods

Implementors