#[repr(C)]pub struct SpaceComponentFilterInfoFB {
pub ty: StructureType,
pub next: *const c_void,
pub component_type: SpaceComponentTypeFB,
}
Expand description
See XrSpaceComponentFilterInfoFB - defined by XR_FB_spatial_entity_query
Fields§
§ty: StructureType
§next: *const c_void
§component_type: SpaceComponentTypeFB
Implementations§
Source§impl SpaceComponentFilterInfoFB
impl SpaceComponentFilterInfoFB
pub const TYPE: StructureType = StructureType::SPACE_COMPONENT_FILTER_INFO_FB
Trait Implementations§
Source§impl Clone for SpaceComponentFilterInfoFB
impl Clone for SpaceComponentFilterInfoFB
Source§fn clone(&self) -> SpaceComponentFilterInfoFB
fn clone(&self) -> SpaceComponentFilterInfoFB
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 SpaceComponentFilterInfoFB
impl Debug for SpaceComponentFilterInfoFB
impl Copy for SpaceComponentFilterInfoFB
Auto Trait Implementations§
impl Freeze for SpaceComponentFilterInfoFB
impl RefUnwindSafe for SpaceComponentFilterInfoFB
impl !Send for SpaceComponentFilterInfoFB
impl !Sync for SpaceComponentFilterInfoFB
impl Unpin for SpaceComponentFilterInfoFB
impl UnwindSafe for SpaceComponentFilterInfoFB
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