Struct win_sys::FileSystem::WOF_FILE_COMPRESSION_INFO_V0 [−][src]
#[repr(C)]pub struct WOF_FILE_COMPRESSION_INFO_V0 {
pub Algorithm: u32,
}Expand description
Required features: Win32_Storage_FileSystem
Fields
Algorithm: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for WOF_FILE_COMPRESSION_INFO_V0
impl Sync for WOF_FILE_COMPRESSION_INFO_V0
impl Unpin for WOF_FILE_COMPRESSION_INFO_V0
impl UnwindSafe for WOF_FILE_COMPRESSION_INFO_V0
Blanket Implementations
Mutably borrows from an owned value. Read more