#[repr(C)]pub struct EngineO { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for EngineO
impl RefUnwindSafe for EngineO
impl Send for EngineO
impl Sync for EngineO
impl Unpin for EngineO
impl UnwindSafe for EngineO
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