Trait objc2_foundation::INSData[][src]

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

Associated Types

Provided methods

Implementors