Struct openxr_sys::SpaceComponentFilterInfoFB
source · [−]#[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: StructureTypenext: *const c_voidcomponent_type: SpaceComponentTypeFBImplementations
sourceimpl SpaceComponentFilterInfoFB
impl SpaceComponentFilterInfoFB
pub const TYPE: StructureType = StructureType::SPACE_COMPONENT_FILTER_INFO_FB
Trait Implementations
sourceimpl Clone for SpaceComponentFilterInfoFB
impl Clone for SpaceComponentFilterInfoFB
sourcefn clone(&self) -> SpaceComponentFilterInfoFB
fn clone(&self) -> SpaceComponentFilterInfoFB
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 SpaceComponentFilterInfoFB
impl Debug for SpaceComponentFilterInfoFB
impl Copy for SpaceComponentFilterInfoFB
Auto Trait Implementations
impl RefUnwindSafe for SpaceComponentFilterInfoFB
impl !Send for SpaceComponentFilterInfoFB
impl !Sync for SpaceComponentFilterInfoFB
impl Unpin for SpaceComponentFilterInfoFB
impl UnwindSafe for SpaceComponentFilterInfoFB
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