#[repr(C)]pub struct godot_net_webrtc_library {
pub version: godot_gdnative_api_version,
pub unregistered: Option<unsafe extern "C" fn()>,
pub create_peer_connection: Option<unsafe extern "C" fn(arg1: *mut godot_object) -> godot_error>,
pub next: *mut c_void,
}Fields§
§version: godot_gdnative_api_version§unregistered: Option<unsafe extern "C" fn()>§create_peer_connection: Option<unsafe extern "C" fn(arg1: *mut godot_object) -> godot_error>§next: *mut c_voidTrait Implementations§
Source§impl Clone for godot_net_webrtc_library
impl Clone for godot_net_webrtc_library
Source§fn clone(&self) -> godot_net_webrtc_library
fn clone(&self) -> godot_net_webrtc_library
Returns a duplicate 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 moreSource§impl Debug for godot_net_webrtc_library
impl Debug for godot_net_webrtc_library
Source§impl Default for godot_net_webrtc_library
impl Default for godot_net_webrtc_library
impl Copy for godot_net_webrtc_library
Auto Trait Implementations§
impl Freeze for godot_net_webrtc_library
impl RefUnwindSafe for godot_net_webrtc_library
impl !Send for godot_net_webrtc_library
impl !Sync for godot_net_webrtc_library
impl Unpin for godot_net_webrtc_library
impl UnwindSafe for godot_net_webrtc_library
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more