[][src]Function pushrod::core::point::make_unsized

pub fn make_unsized() -> Size

Convenience method to create a non-existent size, defined as a width and height of 0.

Example:

  let size = make_unsized();
  eprintln!("Size: {:?}", size);