#[repr(C)]pub struct hipDevResource_st {
pub type_: hipDevResourceType,
pub _internal_padding: [c_uchar; 92],
pub __bindgen_anon_1: hipDevResource_st__bindgen_ty_1,
pub nextResource: *mut hipDevResource_st,
}Fields§
§type_: hipDevResourceType§_internal_padding: [c_uchar; 92]§__bindgen_anon_1: hipDevResource_st__bindgen_ty_1§nextResource: *mut hipDevResource_stTrait Implementations§
Source§impl Clone for hipDevResource_st
impl Clone for hipDevResource_st
Source§fn clone(&self) -> hipDevResource_st
fn clone(&self) -> hipDevResource_st
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for hipDevResource_st
Auto Trait Implementations§
impl !Send for hipDevResource_st
impl !Sync for hipDevResource_st
impl Freeze for hipDevResource_st
impl RefUnwindSafe for hipDevResource_st
impl Unpin for hipDevResource_st
impl UnsafeUnpin for hipDevResource_st
impl UnwindSafe for hipDevResource_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