pubmodreader;pubmodwriter;modconvert;modlimited;modshared;pubstructClipboardData{/// The type that this data is associated with, the format it should be returned as.
pubrequested_type: String,
/// The type that is actually present in data, if it's different from requested_type.
/// For example, if the data is compressed text/plain then this is the type of compression.
pubdata_type:Option<String>,
/// The retrieved data
pubbytes:Vec<u8>,
/// Zero once the data is retrieved
pubremaining_bytes:usize,
}