#[repr(C)]pub struct AssetLabelT {
pub uuid: AssetLabelUuidT,
pub name: *const c_char,
pub icon: u32,
pub icon_color: u32,
}Fields§
§uuid: AssetLabelUuidT§name: *const c_char§icon: u32§icon_color: u32Trait Implementations§
Source§impl Clone for AssetLabelT
impl Clone for AssetLabelT
Source§fn clone(&self) -> AssetLabelT
fn clone(&self) -> AssetLabelT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AssetLabelT
impl Default for AssetLabelT
impl Copy for AssetLabelT
Auto Trait Implementations§
impl Freeze for AssetLabelT
impl RefUnwindSafe for AssetLabelT
impl !Send for AssetLabelT
impl !Sync for AssetLabelT
impl Unpin for AssetLabelT
impl UnwindSafe for AssetLabelT
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