Struct oxygengine_core::assets::protocols::prefab::PrefabAsset
source · [−]pub struct PrefabAsset(_);Implementations
sourceimpl PrefabAsset
impl PrefabAsset
pub fn get(&self) -> &PrefabScene
Auto Trait Implementations
impl RefUnwindSafe for PrefabAsset
impl Send for PrefabAsset
impl Sync for PrefabAsset
impl Unpin for PrefabAsset
impl UnwindSafe for PrefabAsset
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more