pub trait IVdsLun2_Impl: Sized {
    // Required methods
    fn QueryHints2(&self, phints2: *mut VDS_HINTS2) -> Result<()>;
    fn ApplyHints2(&self, phints2: *const VDS_HINTS2) -> Result<()>;
}

Required Methods§

fn QueryHints2(&self, phints2: *mut VDS_HINTS2) -> Result<()>

fn ApplyHints2(&self, phints2: *const VDS_HINTS2) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§