#[repr(u8)]pub enum Coproc {
Show 16 variants
P0 = 0,
P1 = 1,
P2 = 2,
P3 = 3,
P4 = 4,
P5 = 5,
P6 = 6,
P7 = 7,
P8 = 8,
P9 = 9,
P10 = 10,
P11 = 11,
P12 = 12,
P13 = 13,
P14 = 14,
P15 = 15,
}Expand description
Coprocessor
Variants§
P0 = 0
P1 = 1
P2 = 2
P3 = 3
P4 = 4
P5 = 5
P6 = 6
P7 = 7
P8 = 8
P9 = 9
P10 = 10
P11 = 11
P12 = 12
P13 = 13
P14 = 14
P15 = 15
Trait Implementations§
Source§impl FormatValue for Coproc
Available on crate feature arm only.
impl FormatValue for Coproc
Available on crate feature
arm only.Source§impl Ord for Coproc
impl Ord for Coproc
Source§impl PartialOrd for Coproc
impl PartialOrd for Coproc
impl Copy for Coproc
impl Eq for Coproc
impl StructuralPartialEq for Coproc
Auto Trait Implementations§
impl Freeze for Coproc
impl RefUnwindSafe for Coproc
impl Send for Coproc
impl Sync for Coproc
impl Unpin for Coproc
impl UnwindSafe for Coproc
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