Struct gdnative_sys::godot_videodecoder_interface_gdnative [−][src]
Fields
version: godot_gdnative_api_versionnext: *mut c_voidconstructor: Option<unsafe extern "C" fn(arg1: *mut godot_object) -> *mut c_void>destructor: Option<unsafe extern "C" fn(arg1: *mut c_void)>get_plugin_name: Option<unsafe extern "C" fn() -> *const c_char>get_supported_extensions: Option<unsafe extern "C" fn(count: *mut c_int) -> *mut *const c_char>open_file: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut c_void) -> godot_bool>get_length: Option<unsafe extern "C" fn(arg1: *const c_void) -> godot_real>get_playback_position: Option<unsafe extern "C" fn(arg1: *const c_void) -> godot_real>seek: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: godot_real)>set_audio_track: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: godot_int)>update: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: godot_real)>get_videoframe: Option<unsafe extern "C" fn(arg1: *mut c_void) -> *mut godot_pool_byte_array>get_audioframe: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut f32, arg3: c_int) -> godot_int>get_channels: Option<unsafe extern "C" fn(arg1: *const c_void) -> godot_int>get_mix_rate: Option<unsafe extern "C" fn(arg1: *const c_void) -> godot_int>get_texture_size: Option<unsafe extern "C" fn(arg1: *const c_void) -> godot_vector2>Trait Implementations
impl Clone for godot_videodecoder_interface_gdnative[src]
fn clone(&self) -> godot_videodecoder_interface_gdnative[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for godot_videodecoder_interface_gdnative[src]
impl Debug for godot_videodecoder_interface_gdnative[src]
impl Default for godot_videodecoder_interface_gdnative[src]
Auto Trait Implementations
impl RefUnwindSafe for godot_videodecoder_interface_gdnative[src]
impl !Send for godot_videodecoder_interface_gdnative[src]
impl !Sync for godot_videodecoder_interface_gdnative[src]
impl Unpin for godot_videodecoder_interface_gdnative[src]
impl UnwindSafe for godot_videodecoder_interface_gdnative[src]
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,
pub 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.
pub fn to_owned(&self) -> T[src]
pub 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.
pub 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>,