style_copy

Function style_copy 

Source
pub unsafe fn style_copy(dst: *mut Style, src: *const Style) -> Result<()>
Expand description

ยงSafety

This function is unsafe because it may dereference raw pointers.