#[repr(C, packed(1))]pub struct _ENetProtocolThrottleConfigure {
pub header: ENetProtocolCommandHeader,
pub packetThrottleInterval: enet_uint32,
pub packetThrottleAcceleration: enet_uint32,
pub packetThrottleDeceleration: enet_uint32,
}Fields§
§header: ENetProtocolCommandHeader§packetThrottleInterval: enet_uint32§packetThrottleAcceleration: enet_uint32§packetThrottleDeceleration: enet_uint32Trait Implementations§
Source§impl Clone for _ENetProtocolThrottleConfigure
impl Clone for _ENetProtocolThrottleConfigure
Source§fn clone(&self) -> _ENetProtocolThrottleConfigure
fn clone(&self) -> _ENetProtocolThrottleConfigure
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 _ENetProtocolThrottleConfigure
Auto Trait Implementations§
impl Freeze for _ENetProtocolThrottleConfigure
impl RefUnwindSafe for _ENetProtocolThrottleConfigure
impl Send for _ENetProtocolThrottleConfigure
impl Sync for _ENetProtocolThrottleConfigure
impl Unpin for _ENetProtocolThrottleConfigure
impl UnwindSafe for _ENetProtocolThrottleConfigure
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