[][src]Trait kync::AsCSliceMut

pub trait AsCSliceMut {
    fn c_slice<'a>(&'a mut self) -> CSlice<'a, *mut u8>;
}

A trait for types that are convertible to a CSlice<*mut u8>

Required methods

fn c_slice<'a>(&'a mut self) -> CSlice<'a, *mut u8>

Loading content...

Implementations on Foreign Types

impl<'_> AsCSliceMut for &'_ mut [u8][src]

impl<'_> AsCSliceMut for &'_ mut Vec<u8>[src]

Loading content...

Implementors

Loading content...