pub fn which_format_avail(formats: &[c_uint]) -> Option<NonZeroU32>
Expand description
Returns the first available format in the specified list.
Returns None
if no format is available or clipboard is empty
pub fn which_format_avail(formats: &[c_uint]) -> Option<NonZeroU32>
Returns the first available format in the specified list.
Returns None
if no format is available or clipboard is empty