Struct openxr_sys::KeyboardSpaceCreateInfoFB
source · [−]#[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: StructureTypenext: *mut c_voidtracked_keyboard_id: u64Implementations
sourceimpl 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
sourceimpl Clone for KeyboardSpaceCreateInfoFB
impl Clone for KeyboardSpaceCreateInfoFB
sourcefn clone(&self) -> KeyboardSpaceCreateInfoFB
fn clone(&self) -> KeyboardSpaceCreateInfoFB
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 KeyboardSpaceCreateInfoFB
impl Debug for KeyboardSpaceCreateInfoFB
impl Copy for KeyboardSpaceCreateInfoFB
Auto Trait Implementations
impl RefUnwindSafe for KeyboardSpaceCreateInfoFB
impl !Send for KeyboardSpaceCreateInfoFB
impl !Sync for KeyboardSpaceCreateInfoFB
impl Unpin for KeyboardSpaceCreateInfoFB
impl UnwindSafe for KeyboardSpaceCreateInfoFB
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