Struct hip_sys::hiprt::hipMemPoolPtrExportData
source · #[repr(C)]pub struct hipMemPoolPtrExportData {
pub reserved: [u8; 64],
}Expand description
Opaque data structure for exporting a pool allocation
Fields§
§reserved: [u8; 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
source§impl Default for hipMemPoolPtrExportData
impl Default for hipMemPoolPtrExportData
source§fn default() -> hipMemPoolPtrExportData
fn default() -> hipMemPoolPtrExportData
Returns the “default value” for a type. Read more
source§impl Hash for hipMemPoolPtrExportData
impl Hash for hipMemPoolPtrExportData
source§impl Ord for hipMemPoolPtrExportData
impl Ord for hipMemPoolPtrExportData
source§fn cmp(&self, other: &hipMemPoolPtrExportData) -> Ordering
fn cmp(&self, other: &hipMemPoolPtrExportData) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<hipMemPoolPtrExportData> for hipMemPoolPtrExportData
impl PartialEq<hipMemPoolPtrExportData> for hipMemPoolPtrExportData
source§fn eq(&self, other: &hipMemPoolPtrExportData) -> bool
fn eq(&self, other: &hipMemPoolPtrExportData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<hipMemPoolPtrExportData> for hipMemPoolPtrExportData
impl PartialOrd<hipMemPoolPtrExportData> for hipMemPoolPtrExportData
source§fn partial_cmp(&self, other: &hipMemPoolPtrExportData) -> Option<Ordering>
fn partial_cmp(&self, other: &hipMemPoolPtrExportData) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for hipMemPoolPtrExportData
impl Eq for hipMemPoolPtrExportData
impl StructuralEq for hipMemPoolPtrExportData
impl StructuralPartialEq for hipMemPoolPtrExportData
Auto Trait Implementations§
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