#[repr(C)]pub struct DSTORAGE_REQUEST {
pub Options: DSTORAGE_REQUEST_OPTIONS,
pub Source: DSTORAGE_SOURCE,
pub Destination: DSTORAGE_DESTINATION,
pub UncompressedSize: u32,
pub CancellationTag: u64,
pub Name: PCSTR,
}Fields§
§Options: DSTORAGE_REQUEST_OPTIONS§Source: DSTORAGE_SOURCE§Destination: DSTORAGE_DESTINATION§UncompressedSize: u32§CancellationTag: u64§Name: PCSTRTrait Implementations§
Source§impl Clone for DSTORAGE_REQUEST
impl Clone for DSTORAGE_REQUEST
Auto Trait Implementations§
impl Freeze for DSTORAGE_REQUEST
impl RefUnwindSafe for DSTORAGE_REQUEST
impl !Send for DSTORAGE_REQUEST
impl !Sync for DSTORAGE_REQUEST
impl Unpin for DSTORAGE_REQUEST
impl UnwindSafe for DSTORAGE_REQUEST
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