var searchIndex = {}; searchIndex["cslice"] = {"doc":"A library of _C-slices_: slices with a stable ABI for interfacing with C.","items":[[3,"CSlice","cslice","An immutable slice, equivalent to `&'a T`.",null,null],[3,"CMutSlice","","A mutable slice, equivalent to `&'a mut T`.",null,null],[8,"AsCSlice","","A cheap conversion to a `CSlice`.",null,null],[10,"as_c_slice","","Performs the conversion.",0,null],[8,"AsCMutSlice","","A cheap conversion to a `CMutSlice`.",null,null],[10,"as_c_mut_slice","","Performs the conversion.",1,null],[11,"clone","","",2,null],[11,"new","","Create a `CSlice` from raw data.",2,null],[11,"as_ptr","","Produces a raw pointer to the slice's buffer.",2,null],[11,"len","","Returns the number of elements in the slice.",2,null],[11,"as_ref","","",2,null],[11,"clone","","",3,null],[11,"new","","Create a `CSlice` from raw data.",3,null],[11,"as_ptr","","Produces a raw pointer to the slice's buffer.",3,null],[11,"as_mut_ptr","","Produces a raw pointer to the slice's buffer.",3,null],[11,"len","","Returns the number of elements in the slice.",3,null],[11,"as_ref","","",3,null],[11,"as_mut","","",3,null],[11,"index","","",2,null],[11,"index","","",3,null],[11,"index_mut","","",3,null]],"paths":[[8,"AsCSlice"],[8,"AsCMutSlice"],[3,"CSlice"],[3,"CMutSlice"]]}; initSearch(searchIndex);