#[repr(C)]pub struct _ENetAddress {
pub __bindgen_anon_1: _ENetAddress__bindgen_ty_1,
pub port: u16,
}Fields§
§__bindgen_anon_1: _ENetAddress__bindgen_ty_1§port: u16Trait Implementations§
Source§impl Clone for _ENetAddress
impl Clone for _ENetAddress
Source§fn clone(&self) -> _ENetAddress
fn clone(&self) -> _ENetAddress
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 moreimpl Copy for _ENetAddress
Auto Trait Implementations§
impl Freeze for _ENetAddress
impl RefUnwindSafe for _ENetAddress
impl Send for _ENetAddress
impl Sync for _ENetAddress
impl Unpin for _ENetAddress
impl UnwindSafe for _ENetAddress
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