Struct hip_runtime_sys::HIP_RESOURCE_DESC_st
source · #[repr(C)]pub struct HIP_RESOURCE_DESC_st {
pub resType: HIPresourcetype,
pub res: HIP_RESOURCE_DESC_st__bindgen_ty_1,
pub flags: c_uint,
}Fields§
§resType: HIPresourcetype< Resource type
res: HIP_RESOURCE_DESC_st__bindgen_ty_1§flags: c_uint< Flags (must be zero)
Trait Implementations§
source§impl Clone for HIP_RESOURCE_DESC_st
impl Clone for HIP_RESOURCE_DESC_st
source§fn clone(&self) -> HIP_RESOURCE_DESC_st
fn clone(&self) -> HIP_RESOURCE_DESC_st
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 HIP_RESOURCE_DESC_st
impl Default for HIP_RESOURCE_DESC_st
impl Copy for HIP_RESOURCE_DESC_st
Auto Trait Implementations§
impl RefUnwindSafe for HIP_RESOURCE_DESC_st
impl !Send for HIP_RESOURCE_DESC_st
impl !Sync for HIP_RESOURCE_DESC_st
impl Unpin for HIP_RESOURCE_DESC_st
impl UnwindSafe for HIP_RESOURCE_DESC_st
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