Struct openxr_sys::DebugUtilsLabelEXT
source · [−]#[repr(C)]pub struct DebugUtilsLabelEXT {
pub ty: StructureType,
pub next: *const c_void,
pub label_name: *const c_char,
}Expand description
See XrDebugUtilsLabelEXT - defined by XR_EXT_debug_utils
Fields
ty: StructureTypenext: *const c_voidlabel_name: *const c_charImplementations
sourceimpl DebugUtilsLabelEXT
impl DebugUtilsLabelEXT
pub const TYPE: StructureType = StructureType::DEBUG_UTILS_LABEL_EXT
Trait Implementations
sourceimpl Clone for DebugUtilsLabelEXT
impl Clone for DebugUtilsLabelEXT
sourcefn clone(&self) -> DebugUtilsLabelEXT
fn clone(&self) -> DebugUtilsLabelEXT
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 DebugUtilsLabelEXT
impl Debug for DebugUtilsLabelEXT
impl Copy for DebugUtilsLabelEXT
Auto Trait Implementations
impl RefUnwindSafe for DebugUtilsLabelEXT
impl !Send for DebugUtilsLabelEXT
impl !Sync for DebugUtilsLabelEXT
impl Unpin for DebugUtilsLabelEXT
impl UnwindSafe for DebugUtilsLabelEXT
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