1/// Ограничение на структуру буфера 2pub trait BufferBound 3where 4 Self: Clone + Default + Send + Sync, 5{ 6}