Trait wuffs::slice::WuffsSliceImpl[][src]

pub trait WuffsSliceImpl: Sized + Clone {
    type Native: WuffsSliceNative<Self> + Clone;
    fn from_ptr(ptr: *mut Self, len: usize) -> Self::Native;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors