bitcoin-qt 0.1.16-alpha.0

GUI application layer code
Documentation
crate::ix!();

//-------------------------------------------[.cpp/bitcoin/src/qt/macos_appnap.h]

pub type AppNapImpl = Broken;

pub struct AppNapInhibitor {
    impl_: Box<AppNapImpl>,
}

impl AppNapInhibitor {
    
    pub fn new() -> Self {
    
        todo!();
        /*
        
        */
    }
    
    pub fn disable_app_nap(&mut self)  {
        
        todo!();
        /*
        
        */
    }
    
    pub fn enable_app_nap(&mut self)  {
        
        todo!();
        /*
        
        */
    }
}