Skip to main content

load_mut_unchecked

Function load_mut_unchecked 

Source
pub fn load_mut_unchecked<T: Pod>(
    input: &mut [u8],
) -> Result<&mut T, ProgramError>
Expand description

Load a mutable reference without checking if the data is initialized