ByteSliceRef

Type Alias ByteSliceRef 

Source
pub type ByteSliceRef = SliceRef<u8>;
Expand description

Rust wrapper for &u8. Though this alias is not very useful in Rust side, it gives a simple aliased buffer type for cbindgen.

Aliased Typeยง

pub struct ByteSliceRef(/* private fields */);