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 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 moreAuto Trait Implementations§
impl Freeze for TickBufferSettings
impl RefUnwindSafe for TickBufferSettings
impl Send for TickBufferSettings
impl Sync for TickBufferSettings
impl Unpin for TickBufferSettings
impl UnwindSafe for TickBufferSettings
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