Struct windows_sys::Storage::Compression::CompressAlgorithm
[−]#[repr(transparent)]pub struct CompressAlgorithm(pub i32);
Expand description
Required features: "Storage_Compression"
Tuple Fields
0: i32
Implementations
impl CompressAlgorithm
impl CompressAlgorithm
pub const InvalidAlgorithm: Self = Self(0i32)
pub const NullAlgorithm: Self = Self(1i32)
pub const Mszip: Self = Self(2i32)
pub const Xpress: Self = Self(3i32)
pub const XpressHuff: Self = Self(4i32)
pub const Lzms: Self = Self(5i32)
Trait Implementations
impl Clone for CompressAlgorithm
impl Clone for CompressAlgorithm
impl Copy for CompressAlgorithm
Auto Trait Implementations
impl RefUnwindSafe for CompressAlgorithm
impl Send for CompressAlgorithm
impl Sync for CompressAlgorithm
impl Unpin for CompressAlgorithm
impl UnwindSafe for CompressAlgorithm
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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