pub enum EntityRelativeTo {
System,
Device,
}Variants§
Trait Implementations§
Source§impl Clone for EntityRelativeTo
impl Clone for EntityRelativeTo
Source§fn clone(&self) -> EntityRelativeTo
fn clone(&self) -> EntityRelativeTo
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 EntityRelativeTo
impl Debug for EntityRelativeTo
impl Copy for EntityRelativeTo
Auto Trait Implementations§
impl Freeze for EntityRelativeTo
impl RefUnwindSafe for EntityRelativeTo
impl Send for EntityRelativeTo
impl Sync for EntityRelativeTo
impl Unpin for EntityRelativeTo
impl UnwindSafe for EntityRelativeTo
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