pub struct FlywheelEngine(/* private fields */);Expand description
Opaque handle to a Flywheel engine.
Auto Trait Implementations§
impl Freeze for FlywheelEngine
impl !RefUnwindSafe for FlywheelEngine
impl Send for FlywheelEngine
impl Sync for FlywheelEngine
impl Unpin for FlywheelEngine
impl !UnwindSafe for FlywheelEngine
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