Struct bones_lib::ecs::prelude::StructSchemaInfo
pub struct StructSchemaInfo {
pub fields: Vec<StructFieldInfo>,
}
Expand description
Schema data for a struct.
Fields§
§fields: Vec<StructFieldInfo>
The fields in the struct, in the order they are defined.
Trait Implementations§
§impl Clone for StructSchemaInfo
impl Clone for StructSchemaInfo
§fn clone(&self) -> StructSchemaInfo
fn clone(&self) -> StructSchemaInfo
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for StructSchemaInfo
impl !RefUnwindSafe for StructSchemaInfo
impl Send for StructSchemaInfo
impl Sync for StructSchemaInfo
impl Unpin for StructSchemaInfo
impl !UnwindSafe for StructSchemaInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)