[−][src]Struct gdnative_bindings::sys::godot_arvr_interface_gdnative
Fields
version: godot_gdnative_api_versionconstructor: Option<unsafe extern "C" fn(*mut c_void) -> *mut c_void>destructor: Option<unsafe extern "C" fn(*mut c_void)>get_name: Option<unsafe extern "C" fn(*const c_void) -> godot_string>get_capabilities: Option<unsafe extern "C" fn(*const c_void) -> i32>get_anchor_detection_is_enabled: Option<unsafe extern "C" fn(*const c_void) -> bool>set_anchor_detection_is_enabled: Option<unsafe extern "C" fn(*mut c_void, bool)>is_stereo: Option<unsafe extern "C" fn(*const c_void) -> bool>is_initialized: Option<unsafe extern "C" fn(*const c_void) -> bool>initialize: Option<unsafe extern "C" fn(*mut c_void) -> bool>uninitialize: Option<unsafe extern "C" fn(*mut c_void)>get_render_targetsize: Option<unsafe extern "C" fn(*const c_void) -> godot_vector2>get_transform_for_eye: Option<unsafe extern "C" fn(*mut c_void, i32, *mut godot_transform) -> godot_transform>fill_projection_for_eye: Option<unsafe extern "C" fn(*mut c_void, *mut f32, i32, f32, f32, f32)>commit_for_eye: Option<unsafe extern "C" fn(*mut c_void, i32, *mut godot_rid, *mut godot_rect2)>process: Option<unsafe extern "C" fn(*mut c_void)>Trait Implementations
impl Clone for godot_arvr_interface_gdnative[src]
fn clone(&self) -> godot_arvr_interface_gdnative[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for godot_arvr_interface_gdnative[src]
impl Debug for godot_arvr_interface_gdnative[src]
impl Default for godot_arvr_interface_gdnative[src]
Auto Trait Implementations
impl RefUnwindSafe for godot_arvr_interface_gdnative
impl Send for godot_arvr_interface_gdnative
impl Sync for godot_arvr_interface_gdnative
impl Unpin for godot_arvr_interface_gdnative
impl UnwindSafe for godot_arvr_interface_gdnative
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>,