Skip to content

Instantly share code, notes, and snippets.

@zmike
Created May 13, 2015 22:36
Show Gist options
  • Select an option

  • Save zmike/d91d42659c7a47ab0f96 to your computer and use it in GitHub Desktop.

Select an option

Save zmike/d91d42659c7a47ab0f96 to your computer and use it in GitHub Desktop.
macro_rules! check_ptr_exist {
($var:expr, $member:expr) => (
(*$var.c_object).$member.is_some()
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment