#[repr(C)]pub struct AssetLabelsT {
pub uuids: [AssetLabelUuidT; 256],
pub names: [*const c_char; 256],
pub icons: [u32; 256],
pub icon_colors: [u32; 256],
pub num_labels: u32,
pub num_system_labels: u32,
}Fields§
§uuids: [AssetLabelUuidT; 256]§names: [*const c_char; 256]§icons: [u32; 256]§icon_colors: [u32; 256]§num_labels: u32§num_system_labels: u32Trait Implementations§
Auto Trait Implementations§
impl !Send for AssetLabelsT
impl !Sync for AssetLabelsT
impl Freeze for AssetLabelsT
impl RefUnwindSafe for AssetLabelsT
impl Unpin for AssetLabelsT
impl UnsafeUnpin for AssetLabelsT
impl UnwindSafe for AssetLabelsT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more