Struct openxr_sys::PassthroughCreateInfoFB
source · [−]#[repr(C)]pub struct PassthroughCreateInfoFB {
pub ty: StructureType,
pub next: *const c_void,
pub flags: PassthroughFlagsFB,
}Expand description
See XrPassthroughCreateInfoFB - defined by XR_FB_passthrough
Fields
ty: StructureTypenext: *const c_voidflags: PassthroughFlagsFBImplementations
sourceimpl PassthroughCreateInfoFB
impl PassthroughCreateInfoFB
pub const TYPE: StructureType = StructureType::PASSTHROUGH_CREATE_INFO_FB
Trait Implementations
sourceimpl Clone for PassthroughCreateInfoFB
impl Clone for PassthroughCreateInfoFB
sourcefn clone(&self) -> PassthroughCreateInfoFB
fn clone(&self) -> PassthroughCreateInfoFB
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 PassthroughCreateInfoFB
impl Debug for PassthroughCreateInfoFB
impl Copy for PassthroughCreateInfoFB
Auto Trait Implementations
impl RefUnwindSafe for PassthroughCreateInfoFB
impl !Send for PassthroughCreateInfoFB
impl !Sync for PassthroughCreateInfoFB
impl Unpin for PassthroughCreateInfoFB
impl UnwindSafe for PassthroughCreateInfoFB
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