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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more