#[repr(C)]pub struct SystemFacialSimulationPropertiesBD {
pub ty: StructureType,
pub next: *mut c_void,
pub supports_face_tracking: Bool32,
}Expand description
See XrSystemFacialSimulationPropertiesBD - defined by XR_BD_facial_simulation
Fields§
§ty: StructureType§next: *mut c_void§supports_face_tracking: Bool32Implementations§
Source§impl SystemFacialSimulationPropertiesBD
impl SystemFacialSimulationPropertiesBD
pub const TYPE: StructureType = StructureType::SYSTEM_FACIAL_SIMULATION_PROPERTIES_BD
Sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations§
Source§impl Clone for SystemFacialSimulationPropertiesBD
impl Clone for SystemFacialSimulationPropertiesBD
Source§fn clone(&self) -> SystemFacialSimulationPropertiesBD
fn clone(&self) -> SystemFacialSimulationPropertiesBD
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SystemFacialSimulationPropertiesBD
Auto Trait Implementations§
impl Freeze for SystemFacialSimulationPropertiesBD
impl RefUnwindSafe for SystemFacialSimulationPropertiesBD
impl !Send for SystemFacialSimulationPropertiesBD
impl !Sync for SystemFacialSimulationPropertiesBD
impl Unpin for SystemFacialSimulationPropertiesBD
impl UnwindSafe for SystemFacialSimulationPropertiesBD
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more