pub struct OperationModeState {
pub current: OperationMode,
pub pending: OperationMode,
}
Expand description
Returned from Device.gpu_operation_mode()
Fields§
§current: OperationMode
§pending: OperationMode
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OperationModeState
impl RefUnwindSafe for OperationModeState
impl Send for OperationModeState
impl Sync for OperationModeState
impl Unpin for OperationModeState
impl UnwindSafe for OperationModeState
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