pub enum DeviceReusableExecutionPreparationState {
Unsupported,
Preparing,
Ready,
}Variants§
Trait Implementations§
Source§impl Clone for DeviceReusableExecutionPreparationState
impl Clone for DeviceReusableExecutionPreparationState
Source§fn clone(&self) -> DeviceReusableExecutionPreparationState
fn clone(&self) -> DeviceReusableExecutionPreparationState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeviceReusableExecutionPreparationState
impl Eq for DeviceReusableExecutionPreparationState
impl StructuralPartialEq for DeviceReusableExecutionPreparationState
Auto Trait Implementations§
impl Freeze for DeviceReusableExecutionPreparationState
impl RefUnwindSafe for DeviceReusableExecutionPreparationState
impl Send for DeviceReusableExecutionPreparationState
impl Sync for DeviceReusableExecutionPreparationState
impl Unpin for DeviceReusableExecutionPreparationState
impl UnsafeUnpin for DeviceReusableExecutionPreparationState
impl UnwindSafe for DeviceReusableExecutionPreparationState
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