pub trait IAttributes2Trait: IAttributesTrait {
    // Required methods
    unsafe fn countAttributes(&self) -> int32;
    unsafe fn getAttributeID(&self, index: int32) -> IAttrID;
}

Required Methods§

source

unsafe fn countAttributes(&self) -> int32

source

unsafe fn getAttributeID(&self, index: int32) -> IAttrID

Implementors§