pub unsafe fn transmute_vec_basic_copy_unsafe<I, O>(input: Vec<I>) -> Vec<O>Expand description
transmute_vec_basic_copy but without Pod bounds.
pub unsafe fn transmute_vec_basic_copy_unsafe<I, O>(input: Vec<I>) -> Vec<O>transmute_vec_basic_copy but without Pod bounds.