#[repr(C)]pub struct GetProcAddressInterface {
pub get_proc_address: GetProcAddressFn,
}Fields§
§get_proc_address: GetProcAddressFnTrait Implementations§
source§impl Clone for GetProcAddressInterface
impl Clone for GetProcAddressInterface
source§fn clone(&self) -> GetProcAddressInterface
fn clone(&self) -> GetProcAddressInterface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more