[−][src]Struct gdnative_bindings::sys::godot_gdnative_ext_arvr_api_struct
Fields
type_: u32version: godot_gdnative_api_versionnext: *const godot_gdnative_api_structgodot_arvr_register_interface: Option<unsafe extern "C" fn(*const godot_arvr_interface_gdnative)>godot_arvr_get_worldscale: Option<unsafe extern "C" fn() -> f32>godot_arvr_get_reference_frame: Option<unsafe extern "C" fn() -> godot_transform>godot_arvr_blit: Option<unsafe extern "C" fn(i32, *mut godot_rid, *mut godot_rect2)>godot_arvr_get_texid: Option<unsafe extern "C" fn(*mut godot_rid) -> i32>godot_arvr_add_controller: Option<unsafe extern "C" fn(*mut i8, i32, bool, bool) -> i32>godot_arvr_remove_controller: Option<unsafe extern "C" fn(i32)>godot_arvr_set_controller_transform: Option<unsafe extern "C" fn(i32, *mut godot_transform, bool, bool)>godot_arvr_set_controller_axis: Option<unsafe extern "C" fn(i32, i32, f32, bool)>godot_arvr_get_controller_rumble: Option<unsafe extern "C" fn(i32) -> f32>Trait Implementations
impl Clone for godot_gdnative_ext_arvr_api_struct[src]
fn clone(&self) -> godot_gdnative_ext_arvr_api_struct[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for godot_gdnative_ext_arvr_api_struct[src]
impl Debug for godot_gdnative_ext_arvr_api_struct[src]
impl Default for godot_gdnative_ext_arvr_api_struct[src]
Auto Trait Implementations
impl RefUnwindSafe for godot_gdnative_ext_arvr_api_struct
impl !Send for godot_gdnative_ext_arvr_api_struct
impl !Sync for godot_gdnative_ext_arvr_api_struct
impl Unpin for godot_gdnative_ext_arvr_api_struct
impl UnwindSafe for godot_gdnative_ext_arvr_api_struct
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,