Struct winapi::fileapi::FILE_COMPRESSION_INFO [] [src]

#[repr(C)]
pub struct FILE_COMPRESSION_INFO { pub CompressedFileSize: LARGE_INTEGER, pub CompressionFormat: WORD, pub CompressionUnitShift: UCHAR, pub ChunkShift: UCHAR, pub ClusterShift: UCHAR, pub Reserved: [UCHAR; 3], }

Fields

Trait Implementations

impl Debug for FILE_COMPRESSION_INFO
[src]

Formats the value using the given formatter.

impl Copy for FILE_COMPRESSION_INFO
[src]

impl Clone for FILE_COMPRESSION_INFO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more