Skip to main content

write_bytes

Function write_bytes 

1.0.0 (const: 1.83.0) ยท Source
pub const unsafe fn write_bytes<T>(dst: *mut T, val: u8, count: usize)
๐Ÿ‘ŽDeprecated:

import this function via std::ptr instead

This item is validated for IEC 61508 (SIL 2) and ISO 26262 (ASIL B).
Expand description

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