sp_bitmap_command_set_bitmap

Function sp_bitmap_command_set_bitmap 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn sp_bitmap_command_set_bitmap( instance: NonNull<BitmapCommand>, value: NonNull<Bitmap>, )
Expand description

Sets the value of field bitmap of the servicepoint::BitmapCommand. The provided value is moved into the instance, potentially invalidating previously taken references.

This function is part of the bitmap_command module.