Trait objc2_foundation::INSData[][src]

pub trait INSData: INSObject {
    fn len(&self) -> usize { ... }
fn bytes(&self) -> &[u8]
Notable traits for &'_ mut [u8]
impl<'_> Write for &'_ mut [u8]impl<'_> Read for &'_ [u8]
{ ... }
fn with_bytes(bytes: &[u8]) -> Id<Self> { ... }
fn from_vec(bytes: Vec<u8>) -> Id<Self> { ... } }

Provided methods

Implementors