W3cubDocs

/Rust

Function write_bytes

pub const unsafe fn write_bytes<T>(dst: *mut T, val: u8, count: usize)
👎Deprecated: import this function via std::ptr instead

This is an accidentally-stable alias to ptr::write_bytes; use that instead.

© 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/intrinsics/fn.write_bytes.html