#[repr(C)]pub struct KeyboardSpaceCreateInfoFB {
pub ty: StructureType,
pub next: *mut c_void,
pub tracked_keyboard_id: u64,
}
Expand description
See XrKeyboardSpaceCreateInfoFB - defined by XR_FB_keyboard_tracking
Fields§
§ty: StructureType
§next: *mut c_void
§tracked_keyboard_id: u64
Implementations§
Source§impl KeyboardSpaceCreateInfoFB
impl KeyboardSpaceCreateInfoFB
pub const TYPE: StructureType = StructureType::KEYBOARD_SPACE_CREATE_INFO_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§
Source§impl Clone for KeyboardSpaceCreateInfoFB
impl Clone for KeyboardSpaceCreateInfoFB
Source§fn clone(&self) -> KeyboardSpaceCreateInfoFB
fn clone(&self) -> KeyboardSpaceCreateInfoFB
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 moreSource§impl Debug for KeyboardSpaceCreateInfoFB
impl Debug for KeyboardSpaceCreateInfoFB
impl Copy for KeyboardSpaceCreateInfoFB
Auto Trait Implementations§
impl Freeze for KeyboardSpaceCreateInfoFB
impl RefUnwindSafe for KeyboardSpaceCreateInfoFB
impl !Send for KeyboardSpaceCreateInfoFB
impl !Sync for KeyboardSpaceCreateInfoFB
impl Unpin for KeyboardSpaceCreateInfoFB
impl UnwindSafe for KeyboardSpaceCreateInfoFB
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