pub trait IMFTopologyNodeAttributeEditor_Impl: Sized {
    // Required method
    fn UpdateNodeAttributes(
        &self,
        topoid: u64,
        cupdates: u32,
        pupdates: *const MFTOPONODE_ATTRIBUTE_UPDATE
    ) -> Result<()>;
}

Required Methods§

fn UpdateNodeAttributes( &self, topoid: u64, cupdates: u32, pupdates: *const MFTOPONODE_ATTRIBUTE_UPDATE ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§