#[repr(C)]pub struct HAPI_HandleInfo {
pub nameSH: HAPI_StringHandle,
pub typeNameSH: HAPI_StringHandle,
pub bindingsCount: c_int,
}
Fields§
§nameSH: HAPI_StringHandle
§typeNameSH: HAPI_StringHandle
§bindingsCount: c_int
Trait Implementations§
Source§impl Clone for HAPI_HandleInfo
impl Clone for HAPI_HandleInfo
Source§fn clone(&self) -> HAPI_HandleInfo
fn clone(&self) -> HAPI_HandleInfo
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 HAPI_HandleInfo
impl Debug for HAPI_HandleInfo
impl Copy for HAPI_HandleInfo
Auto Trait Implementations§
impl Freeze for HAPI_HandleInfo
impl RefUnwindSafe for HAPI_HandleInfo
impl Send for HAPI_HandleInfo
impl Sync for HAPI_HandleInfo
impl Unpin for HAPI_HandleInfo
impl UnwindSafe for HAPI_HandleInfo
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