Function clipboard_win::raw::format_name_big[][src]

pub fn format_name_big(format: u32) -> Option<String>
Expand description

Returns format name based on it’s code (allocating variant suitable for big names)

Parameters:

  • format clipboard format code.

Return result:

  • Some Name of valid format.
  • None Format is invalid or doesn’t exist.