#[repr(isize)]
pub enum CompressMode {
Generic,
Text,
Font,
}
Possible choices for modes of compression
Default compression mode, the compressor does not know anything in
advance about the properties of the input.
Compression mode for utf-8 formatted text input.
Compression mode in WOFF 2.0.
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.