Struct openxr_sys::SemanticLabelsFB
source · [−]#[repr(C)]pub struct SemanticLabelsFB {
pub ty: StructureType,
pub next: *const c_void,
pub buffer_capacity_input: u32,
pub buffer_count_output: u32,
pub buffer: *mut c_char,
}Expand description
See XrSemanticLabelsFB - defined by XR_FB_scene
Fields
ty: StructureTypenext: *const c_voidbuffer_capacity_input: u32buffer_count_output: u32buffer: *mut c_charImplementations
sourceimpl SemanticLabelsFB
impl SemanticLabelsFB
pub const TYPE: StructureType = StructureType::SEMANTIC_LABELS_FB
Trait Implementations
sourceimpl Clone for SemanticLabelsFB
impl Clone for SemanticLabelsFB
sourcefn clone(&self) -> SemanticLabelsFB
fn clone(&self) -> SemanticLabelsFB
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 SemanticLabelsFB
impl Debug for SemanticLabelsFB
impl Copy for SemanticLabelsFB
Auto Trait Implementations
impl RefUnwindSafe for SemanticLabelsFB
impl !Send for SemanticLabelsFB
impl !Sync for SemanticLabelsFB
impl Unpin for SemanticLabelsFB
impl UnwindSafe for SemanticLabelsFB
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