fn_write_bytes
fn_write_bytes ((별칭) 바이트 기록)
ptr::write_bytes 의 우연히 안정화된 별칭이에요.
출처: Rust 공식 문서
본문
이것은 ptr::write_bytes 의 우연히 안정화된 별칭이에요. 대신 그 함수를 사용하세요.
pub const unsafe fn write_bytes<T>(dst: *mut T , val: u8 , count: usize ) 👎 Deprecated: import this function via std::ptr instead