pub type C4String = FLSlice;Expand description
A simple reference to a block of memory. Does not imply ownership.
(This is equivalent to the C++ class slice.)
Aliased Type§
#[repr(C)]pub struct C4String {
pub buf: *const c_void,
pub size: usize,
}Fields§
§buf: *const c_void§size: usize