CGRectMakeWithDictionaryRepresentation

Function CGRectMakeWithDictionaryRepresentation 

Source
pub unsafe extern "C-unwind" fn CGRectMakeWithDictionaryRepresentation(
    dict: Option<&CFDictionary>,
    rect: *mut CGRect,
) -> bool
Available on crate feature CGGeometry only.
Expand description

ยงSafety

  • dict generics must be of the correct type.
  • rect must be a valid pointer or null.