Enum Cpoack
pub enum Cpoack {
_0 = 0,
_1 = 1,
}Expand description
Compute Operation Acknowledge
Value on reset: 0
Variants§
_0 = 0
0: Compute operation entry has not completed or compute operation exit has completed.
_1 = 1
1: Compute operation entry has completed or compute operation exit has not completed.
Trait Implementations§
impl Copy for Cpoack
impl Eq for Cpoack
impl StructuralPartialEq for Cpoack
Auto Trait Implementations§
impl Freeze for Cpoack
impl RefUnwindSafe for Cpoack
impl Send for Cpoack
impl Sync for Cpoack
impl Unpin for Cpoack
impl UnwindSafe for Cpoack
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