#[repr(C)]pub struct NetConn_NetHandle {
pub netId: i32,
}Expand description
@brief Defines the network handle.
@since 11 @version 1.0
Fields§
§netId: i32Network ID
Trait Implementations§
Source§impl Clone for NetConn_NetHandle
impl Clone for NetConn_NetHandle
Source§fn clone(&self) -> NetConn_NetHandle
fn clone(&self) -> NetConn_NetHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NetConn_NetHandle
impl Debug for NetConn_NetHandle
impl Copy for NetConn_NetHandle
Auto Trait Implementations§
impl Freeze for NetConn_NetHandle
impl RefUnwindSafe for NetConn_NetHandle
impl Send for NetConn_NetHandle
impl Sync for NetConn_NetHandle
impl Unpin for NetConn_NetHandle
impl UnsafeUnpin for NetConn_NetHandle
impl UnwindSafe for NetConn_NetHandle
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