Trait librsnek::api::method::DescriptorSetName [] [src]

pub trait DescriptorSetName {
    fn op_set_name(
        &self,
        &Runtime,
        &RtObject,
        &RtObject
    ) -> Result<RtObject, Error> { ... } fn native_set_name(&self, &Type, &Type) -> Result<Type, Error> { ... } }

Provided Methods

Runtime API Method $pyname

Native API Method $pyname

Implementors