Skip to main content

copy_between_buffers

Function copy_between_buffers 

Source
pub fn copy_between_buffers<const SRC_SIZE: usize, const DST_SIZE: usize>(
    src: &StackBuffer<SRC_SIZE>,
    dst: &mut StackBuffer<DST_SIZE>,
) -> Result<(), &'static str>
Expand description

Copy data between buffers of different sizes