Struct lapin_async::generated::basic::Qos   
                   
                       [−]
                   
               [src]
pub struct Qos {
    pub prefetch_size: LongUInt,
    pub prefetch_count: ShortUInt,
    pub global: Boolean,
}Fields
prefetch_size: LongUInt
                           
                           
                           prefetch_count: ShortUInt
                           
                           
                           global: Boolean
                           Trait Implementations
impl Clone for Qos[src]
fn clone(&self) -> Qos
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more