#[repr(C)]pub struct EventDataPassthroughStateChangedFB {
pub ty: StructureType,
pub next: *const c_void,
pub flags: PassthroughStateChangedFlagsFB,
}Expand description
See XrEventDataPassthroughStateChangedFB - defined by XR_FB_passthrough
Fields
ty: StructureTypenext: *const c_voidflags: PassthroughStateChangedFlagsFBImplementations
sourceimpl EventDataPassthroughStateChangedFB
impl EventDataPassthroughStateChangedFB
pub const TYPE: StructureType = StructureType::EVENT_DATA_PASSTHROUGH_STATE_CHANGED_FB
Trait Implementations
sourceimpl Clone for EventDataPassthroughStateChangedFB
impl Clone for EventDataPassthroughStateChangedFB
sourcefn clone(&self) -> EventDataPassthroughStateChangedFB
fn clone(&self) -> EventDataPassthroughStateChangedFB
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 moreimpl Copy for EventDataPassthroughStateChangedFB
Auto Trait Implementations
impl RefUnwindSafe for EventDataPassthroughStateChangedFB
impl !Send for EventDataPassthroughStateChangedFB
impl !Sync for EventDataPassthroughStateChangedFB
impl Unpin for EventDataPassthroughStateChangedFB
impl UnwindSafe for EventDataPassthroughStateChangedFB
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