pub struct SwitchExpandExpr<I: Int, C: CubePrimitive> { /* private fields */ }
Implementations§
Source§impl<I: Int, C: CubePrimitive> SwitchExpandExpr<I, C>
impl<I: Int, C: CubePrimitive> SwitchExpandExpr<I, C>
Auto Trait Implementations§
impl<I, C> Freeze for SwitchExpandExpr<I, C>
impl<I, C> !RefUnwindSafe for SwitchExpandExpr<I, C>
impl<I, C> !Send for SwitchExpandExpr<I, C>
impl<I, C> !Sync for SwitchExpandExpr<I, C>
impl<I, C> Unpin for SwitchExpandExpr<I, C>
impl<I, C> !UnwindSafe for SwitchExpandExpr<I, C>
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