#[repr(C)]pub struct AssetLabelUuidT {
pub uuid: u64,
}Fields§
§uuid: u64Trait Implementations§
Source§impl Clone for AssetLabelUuidT
impl Clone for AssetLabelUuidT
Source§fn clone(&self) -> AssetLabelUuidT
fn clone(&self) -> AssetLabelUuidT
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 AssetLabelUuidT
impl Default for AssetLabelUuidT
Source§fn default() -> AssetLabelUuidT
fn default() -> AssetLabelUuidT
Returns the “default value” for a type. Read more
impl Copy for AssetLabelUuidT
Auto Trait Implementations§
impl Freeze for AssetLabelUuidT
impl RefUnwindSafe for AssetLabelUuidT
impl Send for AssetLabelUuidT
impl Sync for AssetLabelUuidT
impl Unpin for AssetLabelUuidT
impl UnwindSafe for AssetLabelUuidT
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