#[repr(C)]pub struct _ENetAcknowledgement {
pub acknowledgementList: ENetListNode,
pub sentTime: enet_uint32,
pub command: ENetProtocol,
}Fields§
§acknowledgementList: ENetListNode§sentTime: enet_uint32§command: ENetProtocolTrait Implementations§
Source§impl Clone for _ENetAcknowledgement
impl Clone for _ENetAcknowledgement
Source§fn clone(&self) -> _ENetAcknowledgement
fn clone(&self) -> _ENetAcknowledgement
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 _ENetAcknowledgement
Auto Trait Implementations§
impl Freeze for _ENetAcknowledgement
impl RefUnwindSafe for _ENetAcknowledgement
impl !Send for _ENetAcknowledgement
impl !Sync for _ENetAcknowledgement
impl Unpin for _ENetAcknowledgement
impl UnwindSafe for _ENetAcknowledgement
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