#[repr(C)]pub struct DSTORAGE_CUSTOM_DECOMPRESSION_RESULT {
pub Id: u64,
pub Result: HRESULT,
}Fields§
§Id: u64§Result: HRESULTTrait Implementations§
source§impl PartialEq for DSTORAGE_CUSTOM_DECOMPRESSION_RESULT
impl PartialEq for DSTORAGE_CUSTOM_DECOMPRESSION_RESULT
impl Copy for DSTORAGE_CUSTOM_DECOMPRESSION_RESULT
impl Eq for DSTORAGE_CUSTOM_DECOMPRESSION_RESULT
Auto Trait Implementations§
impl RefUnwindSafe for DSTORAGE_CUSTOM_DECOMPRESSION_RESULT
impl Send for DSTORAGE_CUSTOM_DECOMPRESSION_RESULT
impl Sync for DSTORAGE_CUSTOM_DECOMPRESSION_RESULT
impl Unpin for DSTORAGE_CUSTOM_DECOMPRESSION_RESULT
impl UnwindSafe for DSTORAGE_CUSTOM_DECOMPRESSION_RESULT
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