Struct embree4_rs::CommittedScene
source · pub struct CommittedScene {
pub scene: Scene,
}
Fields§
§scene: Scene
Implementations§
Trait Implementations§
impl Sync for CommittedScene
Auto Trait Implementations§
impl RefUnwindSafe for CommittedScene
impl !Send for CommittedScene
impl Unpin for CommittedScene
impl UnwindSafe for CommittedScene
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