Struct machinery_api::foundation::AssetLabelT [−][src]
#[repr(C)]pub struct AssetLabelT { pub uuid: AssetLabelUuidT, pub name: *const c_char, pub icon: u32, pub icon_color: u32, }
Fields
uuid: AssetLabelUuidTname: *const c_charicon: u32icon_color: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AssetLabelT
impl !Send for AssetLabelT
impl !Sync for AssetLabelT
impl Unpin for AssetLabelT
impl UnwindSafe for AssetLabelT
Blanket Implementations
Mutably borrows from an owned value. Read more