Trait gif::SetParameter [−][src]
Implemented for objects that have parameters.
Provides a unified set-method to simplify the configuration.
Provided methods
fn set<T: Parameter<Self>>(
    &mut self, 
    value: T
) -> <T as Parameter<Self>>::Result[src]
&mut self,
value: T
) -> <T as Parameter<Self>>::Result
Sets value as a parameter of self.