Skip to main content

ContiguousMemoryMut

Trait ContiguousMemoryMut 

Source
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§

Source

fn as_mut_ptr(&mut self) -> *mut u8

Get a mutable pointer to the start of the memory

Implementors§