#[repr(C)]pub struct hipArray {
pub data: *mut c_void,
pub desc: hipChannelFormatDesc,
pub type_: u32,
pub width: u32,
pub height: u32,
pub depth: u32,
pub Format: hipArray_Format,
pub NumChannels: u32,
pub isDrv: bool,
pub textureType: u32,
}Fields§
§data: *mut c_void§desc: hipChannelFormatDesc§type_: u32§width: u32§height: u32§depth: u32§Format: hipArray_Format§NumChannels: u32§isDrv: bool§textureType: u32Trait Implementations§
source§impl Ord for hipArray
impl Ord for hipArray
source§impl PartialEq<hipArray> for hipArray
impl PartialEq<hipArray> for hipArray
source§impl PartialOrd<hipArray> for hipArray
impl PartialOrd<hipArray> for hipArray
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 hipArray
impl Eq for hipArray
impl StructuralEq for hipArray
impl StructuralPartialEq for hipArray
Auto Trait Implementations§
impl RefUnwindSafe for hipArray
impl !Send for hipArray
impl !Sync for hipArray
impl Unpin for hipArray
impl UnwindSafe for hipArray
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