[−][src]Function plain::as_mut_bytes
pub unsafe fn as_mut_bytes<S: ?Sized>(s: &mut S) -> &mut [u8] where
S: Plain,
Interpret data as mutable bytes. Reading is not safe for data with padding. Writing is ok.
pub unsafe fn as_mut_bytes<S: ?Sized>(s: &mut S) -> &mut [u8] where
S: Plain,
Interpret data as mutable bytes. Reading is not safe for data with padding. Writing is ok.