#[repr(C)]pub struct ComponentsMetaDataEntry {
pub size_component_entry: u32,
pub components: DataHandle,
}Expand description
Struct describing all components
Fields§
§size_component_entry: u32§components: DataHandleTrait Implementations§
Source§impl Clone for ComponentsMetaDataEntry
impl Clone for ComponentsMetaDataEntry
Source§fn clone(&self) -> ComponentsMetaDataEntry
fn clone(&self) -> ComponentsMetaDataEntry
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 Debug for ComponentsMetaDataEntry
impl Debug for ComponentsMetaDataEntry
impl Copy for ComponentsMetaDataEntry
Auto Trait Implementations§
impl Freeze for ComponentsMetaDataEntry
impl RefUnwindSafe for ComponentsMetaDataEntry
impl Send for ComponentsMetaDataEntry
impl Sync for ComponentsMetaDataEntry
impl Unpin for ComponentsMetaDataEntry
impl UnwindSafe for ComponentsMetaDataEntry
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