Struct angrylion_rdp_plus_sys::m64p_video_extension_functions[][src]

#[repr(C)]
pub struct m64p_video_extension_functions { pub Functions: c_uint, pub VidExtFuncInit: Option<unsafe extern "C" fn() -> m64p_error>, pub VidExtFuncQuit: Option<unsafe extern "C" fn() -> m64p_error>, pub VidExtFuncListModes: Option<unsafe extern "C" fn(arg1: *mut m64p_2d_size, arg2: *mut c_int) -> m64p_error>, pub VidExtFuncSetMode: Option<unsafe extern "C" fn(arg1: c_int, arg2: c_int, arg3: c_int, arg4: c_int, arg5: c_int) -> m64p_error>, pub VidExtFuncGLGetProc: Option<unsafe extern "C" fn(arg1: *const c_char) -> *mut c_void>, pub VidExtFuncGLSetAttr: Option<unsafe extern "C" fn(arg1: m64p_GLattr, arg2: c_int) -> m64p_error>, pub VidExtFuncGLGetAttr: Option<unsafe extern "C" fn(arg1: m64p_GLattr, arg2: *mut c_int) -> m64p_error>, pub VidExtFuncGLSwapBuf: Option<unsafe extern "C" fn() -> m64p_error>, pub VidExtFuncSetCaption: Option<unsafe extern "C" fn(arg1: *const c_char) -> m64p_error>, pub VidExtFuncToggleFS: Option<unsafe extern "C" fn() -> m64p_error>, pub VidExtFuncResizeWindow: Option<unsafe extern "C" fn(arg1: c_int, arg2: c_int) -> m64p_error>, }

Fields

Functions: c_uintVidExtFuncInit: Option<unsafe extern "C" fn() -> m64p_error>VidExtFuncQuit: Option<unsafe extern "C" fn() -> m64p_error>VidExtFuncListModes: Option<unsafe extern "C" fn(arg1: *mut m64p_2d_size, arg2: *mut c_int) -> m64p_error>VidExtFuncSetMode: Option<unsafe extern "C" fn(arg1: c_int, arg2: c_int, arg3: c_int, arg4: c_int, arg5: c_int) -> m64p_error>VidExtFuncGLGetProc: Option<unsafe extern "C" fn(arg1: *const c_char) -> *mut c_void>VidExtFuncGLSetAttr: Option<unsafe extern "C" fn(arg1: m64p_GLattr, arg2: c_int) -> m64p_error>VidExtFuncGLGetAttr: Option<unsafe extern "C" fn(arg1: m64p_GLattr, arg2: *mut c_int) -> m64p_error>VidExtFuncGLSwapBuf: Option<unsafe extern "C" fn() -> m64p_error>VidExtFuncSetCaption: Option<unsafe extern "C" fn(arg1: *const c_char) -> m64p_error>VidExtFuncToggleFS: Option<unsafe extern "C" fn() -> m64p_error>VidExtFuncResizeWindow: Option<unsafe extern "C" fn(arg1: c_int, arg2: c_int) -> m64p_error>

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

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.