Struct oxygengine_core::ecs::Ref [−][src]
pub struct Ref<'a, T> where
T: Component, { /* fields omitted */ }
Expand description
Shared borrow of an entity’s component
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for Ref<'a, T> where
T: RefUnwindSafe,
impl<'a, T> UnwindSafe for Ref<'a, T> where
T: RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more