Struct winapi::d2d1::D2D1_FACTORY_OPTIONS  
                   
                       [−]
                   
               [src]
pub struct D2D1_FACTORY_OPTIONS {
    pub debugLevel: D2D1_DEBUG_LEVEL,
}Fields
| debugLevel | 
Trait Implementations
impl Copy for D2D1_FACTORY_OPTIONS[src]
impl Clone for D2D1_FACTORY_OPTIONS[src]
fn clone(&self) -> D2D1_FACTORY_OPTIONS
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