#[repr(C)]pub struct WOF_FILE_COMPRESSION_INFO_V0 {
pub Algorithm: u32,
}
Expand description
Required features: "Win32_Storage_FileSystem"
Fields
Algorithm: u32
Trait Implementations
impl Clone for WOF_FILE_COMPRESSION_INFO_V0
impl Clone for WOF_FILE_COMPRESSION_INFO_V0
impl Copy for WOF_FILE_COMPRESSION_INFO_V0
Auto Trait Implementations
impl RefUnwindSafe for WOF_FILE_COMPRESSION_INFO_V0
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more