[−][src]Function peek_poke::peek_from_uninit
pub unsafe fn peek_from_uninit<T: Copy + Peek>(
bytes: *const u8
) -> (T, *const u8)
Peek helper for constructing a T
by Copy
ing into an uninitialized stack
allocation.
pub unsafe fn peek_from_uninit<T: Copy + Peek>(
bytes: *const u8
) -> (T, *const u8)
Peek helper for constructing a T
by Copy
ing into an uninitialized stack
allocation.