Struct openxr_sys::SpaceQueryActionFB
source · [−]#[repr(transparent)]pub struct SpaceQueryActionFB(_);Expand description
Implementations
Trait Implementations
sourceimpl Clone for SpaceQueryActionFB
impl Clone for SpaceQueryActionFB
sourcefn clone(&self) -> SpaceQueryActionFB
fn clone(&self) -> SpaceQueryActionFB
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 SpaceQueryActionFB
impl Debug for SpaceQueryActionFB
sourceimpl PartialEq<SpaceQueryActionFB> for SpaceQueryActionFB
impl PartialEq<SpaceQueryActionFB> for SpaceQueryActionFB
sourcefn eq(&self, other: &SpaceQueryActionFB) -> bool
fn eq(&self, other: &SpaceQueryActionFB) -> bool
impl Copy for SpaceQueryActionFB
impl Eq for SpaceQueryActionFB
impl StructuralEq for SpaceQueryActionFB
impl StructuralPartialEq for SpaceQueryActionFB
Auto Trait Implementations
impl RefUnwindSafe for SpaceQueryActionFB
impl Send for SpaceQueryActionFB
impl Sync for SpaceQueryActionFB
impl Unpin for SpaceQueryActionFB
impl UnwindSafe for SpaceQueryActionFB
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