pub struct PrefabAsset(/* private fields */);
Implementations§
Source§impl PrefabAsset
impl PrefabAsset
pub fn get(&self) -> &PrefabScene
Auto Trait Implementations§
impl Freeze for PrefabAsset
impl RefUnwindSafe for PrefabAsset
impl Send for PrefabAsset
impl Sync for PrefabAsset
impl Unpin for PrefabAsset
impl UnwindSafe for PrefabAsset
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