Skip to main content

ICustomAttributeData_LazyCAttrData

Trait ICustomAttributeData_LazyCAttrData 

Source
pub trait ICustomAttributeData_LazyCAttrData: IObject {
    // Provided methods
    fn assembly(self) -> Assembly { ... }
    fn set_assembly(self, value: Assembly) { ... }
    fn data(self) -> IntPtr { ... }
    fn set_data(self, value: IntPtr) { ... }
    fn data_length(self) -> u32 { ... }
    fn set_data_length(self, value: u32) { ... }
}

Provided Methods§

Source

fn assembly(self) -> Assembly

Source

fn set_assembly(self, value: Assembly)

Source

fn data(self) -> IntPtr

Source

fn set_data(self, value: IntPtr)

Source

fn data_length(self) -> u32

Source

fn set_data_length(self, value: u32)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§