#[repr(C)]
pub struct godot_gdnative_ext_videodecoder_api_struct { pub type_: c_uint, pub version: godot_gdnative_api_version, pub next: *const godot_gdnative_api_struct, pub godot_videodecoder_file_read: Option<unsafe extern "C" fn(file_ptr: *mut c_void, buf: *mut u8, buf_size: c_int) -> godot_int>, pub godot_videodecoder_file_seek: Option<unsafe extern "C" fn(file_ptr: *mut c_void, pos: i64, whence: c_int) -> i64>, pub godot_videodecoder_register_decoder: Option<unsafe extern "C" fn(p_interface: *const godot_videodecoder_interface_gdnative)>, }

Fields

type_: c_uintversion: godot_gdnative_api_versionnext: *const godot_gdnative_api_structgodot_videodecoder_file_read: Option<unsafe extern "C" fn(file_ptr: *mut c_void, buf: *mut u8, buf_size: c_int) -> godot_int>godot_videodecoder_file_seek: Option<unsafe extern "C" fn(file_ptr: *mut c_void, pos: i64, whence: c_int) -> i64>godot_videodecoder_register_decoder: Option<unsafe extern "C" fn(p_interface: *const godot_videodecoder_interface_gdnative)>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.