#[repr(C)]pub struct hipMemPoolPtrExportData {
pub reserved: [c_uchar; 64],
}
Expand description
Opaque data structure for exporting a pool allocation
Fields§
§reserved: [c_uchar; 64]
Trait Implementations§
Source§impl Clone for hipMemPoolPtrExportData
impl Clone for hipMemPoolPtrExportData
Source§fn clone(&self) -> hipMemPoolPtrExportData
fn clone(&self) -> hipMemPoolPtrExportData
Returns a copy 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 hipMemPoolPtrExportData
impl Debug for hipMemPoolPtrExportData
impl Copy for hipMemPoolPtrExportData
Auto Trait Implementations§
impl Freeze for hipMemPoolPtrExportData
impl RefUnwindSafe for hipMemPoolPtrExportData
impl Send for hipMemPoolPtrExportData
impl Sync for hipMemPoolPtrExportData
impl Unpin for hipMemPoolPtrExportData
impl UnwindSafe for hipMemPoolPtrExportData
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