Function plain::as_mut_bytes [−][src]
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.