#[repr(C)]pub struct godot_gdnative_ext_net_api_struct {
pub type_: c_uint,
pub version: godot_gdnative_api_version,
pub next: *const godot_gdnative_api_struct,
pub godot_net_bind_stream_peer: Option<unsafe extern "C" fn(p_obj: *mut godot_object, p_interface: *const godot_net_stream_peer)>,
pub godot_net_bind_packet_peer: Option<unsafe extern "C" fn(p_obj: *mut godot_object, p_interface: *const godot_net_packet_peer)>,
pub godot_net_bind_multiplayer_peer: Option<unsafe extern "C" fn(p_obj: *mut godot_object, p_interface: *const godot_net_multiplayer_peer)>,
}Fields§
§type_: c_uint§version: godot_gdnative_api_version§next: *const godot_gdnative_api_struct§godot_net_bind_stream_peer: Option<unsafe extern "C" fn(p_obj: *mut godot_object, p_interface: *const godot_net_stream_peer)>§godot_net_bind_packet_peer: Option<unsafe extern "C" fn(p_obj: *mut godot_object, p_interface: *const godot_net_packet_peer)>§godot_net_bind_multiplayer_peer: Option<unsafe extern "C" fn(p_obj: *mut godot_object, p_interface: *const godot_net_multiplayer_peer)>Trait Implementations§
source§impl Clone for godot_gdnative_ext_net_api_struct
impl Clone for godot_gdnative_ext_net_api_struct
source§fn clone(&self) -> godot_gdnative_ext_net_api_struct
fn clone(&self) -> godot_gdnative_ext_net_api_struct
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