#[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: StructureType
§next: *const c_void
§buffer_capacity_input: u32
§buffer_count_output: u32
§buffer: *mut c_char
Implementations§
Source§impl SemanticLabelsFB
impl SemanticLabelsFB
pub const TYPE: StructureType = StructureType::SEMANTIC_LABELS_FB
Trait Implementations§
Source§impl Clone for SemanticLabelsFB
impl Clone for SemanticLabelsFB
Source§fn clone(&self) -> SemanticLabelsFB
fn clone(&self) -> SemanticLabelsFB
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 SemanticLabelsFB
impl Debug for SemanticLabelsFB
impl Copy for SemanticLabelsFB
Auto Trait Implementations§
impl Freeze for SemanticLabelsFB
impl RefUnwindSafe for SemanticLabelsFB
impl !Send for SemanticLabelsFB
impl !Sync for SemanticLabelsFB
impl Unpin for SemanticLabelsFB
impl UnwindSafe for SemanticLabelsFB
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