pub struct AetherTuningTable { /* private fields */ }Expand description
Opaque handle to a tuning table
Auto Trait Implementations§
impl Freeze for AetherTuningTable
impl RefUnwindSafe for AetherTuningTable
impl Send for AetherTuningTable
impl Sync for AetherTuningTable
impl Unpin for AetherTuningTable
impl UnsafeUnpin for AetherTuningTable
impl UnwindSafe for AetherTuningTable
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