pub enum EntityInstance {
Physical {
relative: EntityRelativeTo,
instance_number: u8,
},
LogicalContainer {
relative: EntityRelativeTo,
instance_number: u8,
},
}Variants§
Trait Implementations§
source§impl Clone for EntityInstance
impl Clone for EntityInstance
source§fn clone(&self) -> EntityInstance
fn clone(&self) -> EntityInstance
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 moresource§impl Debug for EntityInstance
impl Debug for EntityInstance
source§impl From<u8> for EntityInstance
impl From<u8> for EntityInstance
impl Copy for EntityInstance
Auto Trait Implementations§
impl RefUnwindSafe for EntityInstance
impl Send for EntityInstance
impl Sync for EntityInstance
impl Unpin for EntityInstance
impl UnwindSafe for EntityInstance
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