pub struct FragmentFieldScene { /* private fields */ }Expand description
Fullscreen domain-warped fragment field, driven by named preset parameters.
Implementations§
Auto Trait Implementations§
impl Freeze for FragmentFieldScene
impl !RefUnwindSafe for FragmentFieldScene
impl Send for FragmentFieldScene
impl Sync for FragmentFieldScene
impl Unpin for FragmentFieldScene
impl UnsafeUnpin for FragmentFieldScene
impl !UnwindSafe for FragmentFieldScene
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