pub struct BakedScene { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for BakedScene
impl RefUnwindSafe for BakedScene
impl Send for BakedScene
impl Sync for BakedScene
impl Unpin for BakedScene
impl UnwindSafe for BakedScene
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