#[repr(C)]pub struct SemanticLabelsSupportInfoFB {
pub ty: StructureType,
pub next: *const c_void,
pub flags: SemanticLabelsSupportFlagsFB,
pub recognized_labels: *const c_char,
}Expand description
See XrSemanticLabelsSupportInfoFB - defined by XR_FB_scene
Fields§
§ty: StructureType§next: *const c_void§flags: SemanticLabelsSupportFlagsFB§recognized_labels: *const c_charImplementations§
Source§impl SemanticLabelsSupportInfoFB
impl SemanticLabelsSupportInfoFB
pub const TYPE: StructureType = StructureType::SEMANTIC_LABELS_SUPPORT_INFO_FB
Trait Implementations§
Source§impl Clone for SemanticLabelsSupportInfoFB
impl Clone for SemanticLabelsSupportInfoFB
Source§fn clone(&self) -> SemanticLabelsSupportInfoFB
fn clone(&self) -> SemanticLabelsSupportInfoFB
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 SemanticLabelsSupportInfoFB
Auto Trait Implementations§
impl !Send for SemanticLabelsSupportInfoFB
impl !Sync for SemanticLabelsSupportInfoFB
impl Freeze for SemanticLabelsSupportInfoFB
impl RefUnwindSafe for SemanticLabelsSupportInfoFB
impl Unpin for SemanticLabelsSupportInfoFB
impl UnsafeUnpin for SemanticLabelsSupportInfoFB
impl UnwindSafe for SemanticLabelsSupportInfoFB
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