pub unsafe fn transmute_vec_copy_enum_unsafe<I, O, A: Allocator>(
input: Vec<I, A>,
) -> CopyNot<I, O, A>Expand description
transmute_vec_copy_enum but without Pod bounds.
See transmute_vec_unsafe for safety.
pub unsafe fn transmute_vec_copy_enum_unsafe<I, O, A: Allocator>(
input: Vec<I, A>,
) -> CopyNot<I, O, A>transmute_vec_copy_enum but without Pod bounds.
See transmute_vec_unsafe for safety.