pub trait ContiguousMemoryMut: ContiguousMemory {
// Required method
fn as_mut_ptr(&mut self) -> *mut u8;
}Expand description
Trait for types that have mutable contiguous memory
Required Methods§
Sourcefn as_mut_ptr(&mut self) -> *mut u8
fn as_mut_ptr(&mut self) -> *mut u8
Get a mutable pointer to the start of the memory