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