[][src]Function clipboard_win::raw::format_name

pub fn format_name(format: u32) -> Option<String>

Returns format name based on it's code.

Parameters:

  • format clipboard format code.

Return result:

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