Struct libretro_sys::GetProcAddressInterface[][src]

#[repr(C)]
pub struct GetProcAddressInterface { pub get_proc_address: GetProcAddressFn, }

Fields

Trait Implementations

impl Clone for GetProcAddressInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetProcAddressInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations