#[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§fn clone(&self) -> DSTORAGE_SOURCE_MEMORY
fn clone(&self) -> DSTORAGE_SOURCE_MEMORY
Returns a duplicate 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 moreSource§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 StructuralPartialEq for DSTORAGE_SOURCE_MEMORY
Auto Trait Implementations§
impl Freeze for DSTORAGE_SOURCE_MEMORY
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