Struct windows::Wdk::Storage::FileSystem::REFS_COMPRESSION_FORMATS
#[repr(transparent)]pub struct REFS_COMPRESSION_FORMATS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for REFS_COMPRESSION_FORMATS
impl Clone for REFS_COMPRESSION_FORMATS
§fn clone(&self) -> REFS_COMPRESSION_FORMATS
fn clone(&self) -> REFS_COMPRESSION_FORMATS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for REFS_COMPRESSION_FORMATS
impl Debug for REFS_COMPRESSION_FORMATS
§impl Default for REFS_COMPRESSION_FORMATS
impl Default for REFS_COMPRESSION_FORMATS
§fn default() -> REFS_COMPRESSION_FORMATS
fn default() -> REFS_COMPRESSION_FORMATS
Returns the “default value” for a type. Read more
§impl PartialEq for REFS_COMPRESSION_FORMATS
impl PartialEq for REFS_COMPRESSION_FORMATS
§fn eq(&self, other: &REFS_COMPRESSION_FORMATS) -> bool
fn eq(&self, other: &REFS_COMPRESSION_FORMATS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for REFS_COMPRESSION_FORMATS
impl Eq for REFS_COMPRESSION_FORMATS
impl StructuralPartialEq for REFS_COMPRESSION_FORMATS
Auto Trait Implementations§
impl Freeze for REFS_COMPRESSION_FORMATS
impl RefUnwindSafe for REFS_COMPRESSION_FORMATS
impl Send for REFS_COMPRESSION_FORMATS
impl Sync for REFS_COMPRESSION_FORMATS
impl Unpin for REFS_COMPRESSION_FORMATS
impl UnwindSafe for REFS_COMPRESSION_FORMATS
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)