pub enum DeviceOrVariationIndex {
Device(Device),
VariationIndex(VariationIndex),
}Variants§
Device(Device)
VariationIndex(VariationIndex)
Auto Trait Implementations§
impl Freeze for DeviceOrVariationIndex
impl RefUnwindSafe for DeviceOrVariationIndex
impl Send for DeviceOrVariationIndex
impl Sync for DeviceOrVariationIndex
impl Unpin for DeviceOrVariationIndex
impl UnsafeUnpin for DeviceOrVariationIndex
impl UnwindSafe for DeviceOrVariationIndex
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