pub struct AetherHandle { /* private fields */ }Expand description
Opaque handle for Aether engine
Auto Trait Implementations§
impl Freeze for AetherHandle
impl RefUnwindSafe for AetherHandle
impl Send for AetherHandle
impl Sync for AetherHandle
impl Unpin for AetherHandle
impl UnwindSafe for AetherHandle
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