#[repr(C)]pub struct hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1 {
pub level: u32,
pub layer: u32,
pub offsetX: u32,
pub offsetY: u32,
pub offsetZ: u32,
pub extentWidth: u32,
pub extentHeight: u32,
pub extentDepth: u32,
}Fields§
§level: u32< For mipmapped arrays must be a valid mipmap level. For arrays must be zero
layer: u32< For layered arrays must be a valid layer index. Otherwise, must be zero
offsetX: u32< X offset in elements
offsetY: u32< Y offset in elements
offsetZ: u32< Z offset in elements
extentWidth: u32< Width in elements
extentHeight: u32< Height in elements
extentDepth: u32< Depth in elements
Trait Implementations§
source§impl Clone for hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
impl Clone for hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
source§fn clone(&self) -> hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
fn clone(&self) -> hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
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 Default for hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
impl Default for hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
source§fn default() -> hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
fn default() -> hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
Returns the “default value” for a type. Read more
source§impl Ord for hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
impl Ord for hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
source§fn cmp(&self, other: &hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1) -> Ordering
fn cmp(&self, other: &hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1) -> 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<hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1> for hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
impl PartialEq<hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1> for hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
source§fn eq(&self, other: &hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1) -> bool
fn eq(&self, other: &hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1> for hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
impl PartialOrd<hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1> for hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
source§fn partial_cmp(
&self,
other: &hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
) -> Option<Ordering>
fn partial_cmp( &self, other: &hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1 ) -> 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 hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
impl Eq for hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
impl StructuralEq for hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
impl StructuralPartialEq for hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
Auto Trait Implementations§
impl RefUnwindSafe for hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
impl Send for hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
impl Sync for hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
impl Unpin for hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
impl UnwindSafe for hipArrayMapInfo__bindgen_ty_2__bindgen_ty_1
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