Struct openxr_sys::DebugUtilsObjectNameInfoEXT
source · [−]#[repr(C)]pub struct DebugUtilsObjectNameInfoEXT {
pub ty: StructureType,
pub next: *const c_void,
pub object_type: ObjectType,
pub object_handle: u64,
pub object_name: *const c_char,
}Expand description
See XrDebugUtilsObjectNameInfoEXT - defined by XR_EXT_debug_utils
Fields
ty: StructureTypenext: *const c_voidobject_type: ObjectTypeobject_handle: u64object_name: *const c_charImplementations
sourceimpl DebugUtilsObjectNameInfoEXT
impl DebugUtilsObjectNameInfoEXT
pub const TYPE: StructureType = StructureType::DEBUG_UTILS_OBJECT_NAME_INFO_EXT
Trait Implementations
sourceimpl Clone for DebugUtilsObjectNameInfoEXT
impl Clone for DebugUtilsObjectNameInfoEXT
sourcefn clone(&self) -> DebugUtilsObjectNameInfoEXT
fn clone(&self) -> DebugUtilsObjectNameInfoEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DebugUtilsObjectNameInfoEXT
impl Debug for DebugUtilsObjectNameInfoEXT
impl Copy for DebugUtilsObjectNameInfoEXT
Auto Trait Implementations
impl RefUnwindSafe for DebugUtilsObjectNameInfoEXT
impl !Send for DebugUtilsObjectNameInfoEXT
impl !Sync for DebugUtilsObjectNameInfoEXT
impl Unpin for DebugUtilsObjectNameInfoEXT
impl UnwindSafe for DebugUtilsObjectNameInfoEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more