pub trait IVPNotify2_Impl: Sized + IVPNotify_Impl {
    // Required methods
    fn SetVPSyncMaster(&self, bvpsyncmaster: BOOL) -> Result<()>;
    fn GetVPSyncMaster(&self, pbvpsyncmaster: *mut BOOL) -> Result<()>;
}

Required Methods§

fn SetVPSyncMaster(&self, bvpsyncmaster: BOOL) -> Result<()>

fn GetVPSyncMaster(&self, pbvpsyncmaster: *mut BOOL) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§