#[repr(C)]pub struct DSTORAGE_DESTINATION_MEMORY {
pub Buffer: *mut c_void,
pub Size: u32,
}Fields§
§Buffer: *mut c_void§Size: u32Trait Implementations§
source§impl Clone for DSTORAGE_DESTINATION_MEMORY
impl Clone for DSTORAGE_DESTINATION_MEMORY
source§impl Debug for DSTORAGE_DESTINATION_MEMORY
impl Debug for DSTORAGE_DESTINATION_MEMORY
source§impl PartialEq for DSTORAGE_DESTINATION_MEMORY
impl PartialEq for DSTORAGE_DESTINATION_MEMORY
impl Copy for DSTORAGE_DESTINATION_MEMORY
impl Eq for DSTORAGE_DESTINATION_MEMORY
Auto Trait Implementations§
impl RefUnwindSafe for DSTORAGE_DESTINATION_MEMORY
impl !Send for DSTORAGE_DESTINATION_MEMORY
impl !Sync for DSTORAGE_DESTINATION_MEMORY
impl Unpin for DSTORAGE_DESTINATION_MEMORY
impl UnwindSafe for DSTORAGE_DESTINATION_MEMORY
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