#[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 moreimpl Copy for HIP_RESOURCE_DESC_st
Auto Trait Implementations§
impl Freeze for HIP_RESOURCE_DESC_st
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