#[repr(C)]pub struct HIP_ARRAY_DESCRIPTOR {
pub Width: usize,
pub Height: usize,
pub Format: hipArray_Format,
pub NumChannels: c_uint,
}Expand description
HIP array descriptor
Fields§
§Width: usize< Width of the array
Height: usize< Height of the array
Format: hipArray_Format< Format of the array
NumChannels: c_uint< Number of channels of the array
Trait Implementations§
Source§impl Clone for HIP_ARRAY_DESCRIPTOR
impl Clone for HIP_ARRAY_DESCRIPTOR
Source§fn clone(&self) -> HIP_ARRAY_DESCRIPTOR
fn clone(&self) -> HIP_ARRAY_DESCRIPTOR
Returns a duplicate 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 HIP_ARRAY_DESCRIPTOR
impl Debug for HIP_ARRAY_DESCRIPTOR
impl Copy for HIP_ARRAY_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for HIP_ARRAY_DESCRIPTOR
impl RefUnwindSafe for HIP_ARRAY_DESCRIPTOR
impl Send for HIP_ARRAY_DESCRIPTOR
impl Sync for HIP_ARRAY_DESCRIPTOR
impl Unpin for HIP_ARRAY_DESCRIPTOR
impl UnwindSafe for HIP_ARRAY_DESCRIPTOR
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