#[repr(C)]pub struct SystemSimultaneousHandsAndControllersPropertiesMETA {
pub ty: StructureType,
pub next: *mut c_void,
pub supports_simultaneous_hands_and_controllers: Bool32,
}Expand description
Fields§
§ty: StructureType§next: *mut c_void§supports_simultaneous_hands_and_controllers: Bool32Implementations§
Source§impl SystemSimultaneousHandsAndControllersPropertiesMETA
impl SystemSimultaneousHandsAndControllersPropertiesMETA
pub const TYPE: StructureType = StructureType::SYSTEM_SIMULTANEOUS_HANDS_AND_CONTROLLERS_PROPERTIES_META
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 SystemSimultaneousHandsAndControllersPropertiesMETA
impl Clone for SystemSimultaneousHandsAndControllersPropertiesMETA
Source§fn clone(&self) -> SystemSimultaneousHandsAndControllersPropertiesMETA
fn clone(&self) -> SystemSimultaneousHandsAndControllersPropertiesMETA
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 SystemSimultaneousHandsAndControllersPropertiesMETA
Auto Trait Implementations§
impl Freeze for SystemSimultaneousHandsAndControllersPropertiesMETA
impl RefUnwindSafe for SystemSimultaneousHandsAndControllersPropertiesMETA
impl !Send for SystemSimultaneousHandsAndControllersPropertiesMETA
impl !Sync for SystemSimultaneousHandsAndControllersPropertiesMETA
impl Unpin for SystemSimultaneousHandsAndControllersPropertiesMETA
impl UnwindSafe for SystemSimultaneousHandsAndControllersPropertiesMETA
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