pub struct EntityLayout {
pub kind: EntityKind,
pub label: &'static str,
pub fields: &'static [EntityFieldLayout],
}Fields§
§kind: EntityKind§label: &'static str§fields: &'static [EntityFieldLayout]Trait Implementations§
Source§impl Clone for EntityLayout
impl Clone for EntityLayout
Source§fn clone(&self) -> EntityLayout
fn clone(&self) -> EntityLayout
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 EntityLayout
impl Debug for EntityLayout
impl Copy for EntityLayout
Auto Trait Implementations§
impl Freeze for EntityLayout
impl RefUnwindSafe for EntityLayout
impl Send for EntityLayout
impl Sync for EntityLayout
impl Unpin for EntityLayout
impl UnsafeUnpin for EntityLayout
impl UnwindSafe for EntityLayout
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