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