Struct naia_shared::TickBufferSettings
source · pub struct TickBufferSettings {
pub message_capacity: usize,
}Fields§
§message_capacity: usizeDescribes a maximum of messages that may be kept in the buffer. Oldest messages are pruned out first.
Implementations§
Trait Implementations§
source§impl Clone for TickBufferSettings
impl Clone for TickBufferSettings
source§fn clone(&self) -> TickBufferSettings
fn clone(&self) -> TickBufferSettings
Returns a copy 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 more