std::slice::from_raw_parts_mut

Function std::slice::from_raw_parts_mut

pub unsafe fn from_raw_parts_mut<'a, T>(p: *mut T, len: usize) -> &'a mut [T]

Performs the same functionality as from_raw_parts, except that a mutable slice is returned.

This function is unsafe for the same reasons as from_raw_parts, as well as not being able to provide a non-aliasing guarantee of the returned mutable slice.

© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/slice/fn.from_raw_parts_mut.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部