Struct hip_sys::hiprt::hipMipmappedArray
source · #[repr(C)]pub struct hipMipmappedArray {
pub data: *mut c_void,
pub desc: hipChannelFormatDesc,
pub type_: u32,
pub width: u32,
pub height: u32,
pub depth: u32,
pub min_mipmap_level: u32,
pub max_mipmap_level: u32,
pub flags: u32,
pub format: hipArray_Format,
}Fields§
§data: *mut c_void§desc: hipChannelFormatDesc§type_: u32§width: u32§height: u32§depth: u32§min_mipmap_level: u32§max_mipmap_level: u32§flags: u32§format: hipArray_FormatTrait Implementations§
source§impl Clone for hipMipmappedArray
impl Clone for hipMipmappedArray
source§fn clone(&self) -> hipMipmappedArray
fn clone(&self) -> hipMipmappedArray
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 hipMipmappedArray
impl Debug for hipMipmappedArray
source§impl Default for hipMipmappedArray
impl Default for hipMipmappedArray
source§fn default() -> hipMipmappedArray
fn default() -> hipMipmappedArray
Returns the “default value” for a type. Read more
source§impl Hash for hipMipmappedArray
impl Hash for hipMipmappedArray
source§impl Ord for hipMipmappedArray
impl Ord for hipMipmappedArray
source§fn cmp(&self, other: &hipMipmappedArray) -> Ordering
fn cmp(&self, other: &hipMipmappedArray) -> 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<hipMipmappedArray> for hipMipmappedArray
impl PartialEq<hipMipmappedArray> for hipMipmappedArray
source§fn eq(&self, other: &hipMipmappedArray) -> bool
fn eq(&self, other: &hipMipmappedArray) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<hipMipmappedArray> for hipMipmappedArray
impl PartialOrd<hipMipmappedArray> for hipMipmappedArray
source§fn partial_cmp(&self, other: &hipMipmappedArray) -> Option<Ordering>
fn partial_cmp(&self, other: &hipMipmappedArray) -> 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 hipMipmappedArray
impl Eq for hipMipmappedArray
impl StructuralEq for hipMipmappedArray
impl StructuralPartialEq for hipMipmappedArray
Auto Trait Implementations§
impl RefUnwindSafe for hipMipmappedArray
impl !Send for hipMipmappedArray
impl !Sync for hipMipmappedArray
impl Unpin for hipMipmappedArray
impl UnwindSafe for hipMipmappedArray
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