#[repr(C)]pub struct SystemKeyboardTrackingPropertiesFB {
pub ty: StructureType,
pub next: *mut c_void,
pub supports_keyboard_tracking: Bool32,
}Expand description
See XrSystemKeyboardTrackingPropertiesFB - defined by XR_FB_keyboard_tracking
Fields
ty: StructureTypenext: *mut c_voidsupports_keyboard_tracking: Bool32Implementations
sourceimpl SystemKeyboardTrackingPropertiesFB
impl SystemKeyboardTrackingPropertiesFB
pub const TYPE: StructureType = StructureType::SYSTEM_KEYBOARD_TRACKING_PROPERTIES_FB
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
sourceimpl Clone for SystemKeyboardTrackingPropertiesFB
impl Clone for SystemKeyboardTrackingPropertiesFB
sourcefn clone(&self) -> SystemKeyboardTrackingPropertiesFB
fn clone(&self) -> SystemKeyboardTrackingPropertiesFB
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 SystemKeyboardTrackingPropertiesFB
Auto Trait Implementations
impl RefUnwindSafe for SystemKeyboardTrackingPropertiesFB
impl !Send for SystemKeyboardTrackingPropertiesFB
impl !Sync for SystemKeyboardTrackingPropertiesFB
impl Unpin for SystemKeyboardTrackingPropertiesFB
impl UnwindSafe for SystemKeyboardTrackingPropertiesFB
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