#[repr(u32)]pub enum Cop2 {
Show 32 variants
COP2_0 = 0,
COP2_1 = 1,
COP2_2 = 2,
COP2_3 = 3,
COP2_4 = 4,
COP2_5 = 5,
COP2_6 = 6,
COP2_7 = 7,
COP2_8 = 8,
COP2_9 = 9,
COP2_10 = 10,
COP2_11 = 11,
COP2_12 = 12,
COP2_13 = 13,
COP2_14 = 14,
COP2_15 = 15,
COP2_16 = 16,
COP2_17 = 17,
COP2_18 = 18,
COP2_19 = 19,
COP2_20 = 20,
COP2_21 = 21,
COP2_22 = 22,
COP2_23 = 23,
COP2_24 = 24,
COP2_25 = 25,
COP2_26 = 26,
COP2_27 = 27,
COP2_28 = 28,
COP2_29 = 29,
COP2_30 = 30,
COP2_31 = 31,
}
Variants§
COP2_0 = 0
COP2_1 = 1
COP2_2 = 2
COP2_3 = 3
COP2_4 = 4
COP2_5 = 5
COP2_6 = 6
COP2_7 = 7
COP2_8 = 8
COP2_9 = 9
COP2_10 = 10
COP2_11 = 11
COP2_12 = 12
COP2_13 = 13
COP2_14 = 14
COP2_15 = 15
COP2_16 = 16
COP2_17 = 17
COP2_18 = 18
COP2_19 = 19
COP2_20 = 20
COP2_21 = 21
COP2_22 = 22
COP2_23 = 23
COP2_24 = 24
COP2_25 = 25
COP2_26 = 26
COP2_27 = 27
COP2_28 = 28
COP2_29 = 29
COP2_30 = 30
COP2_31 = 31
Implementations§
Source§impl Cop2
impl Cop2
pub fn name(self) -> &'static str
pub fn descriptor(&self) -> &RegisterDescriptor
Trait Implementations§
Source§impl TryFromPrimitive for Cop2
impl TryFromPrimitive for Cop2
impl Copy for Cop2
impl Eq for Cop2
impl StructuralPartialEq for Cop2
Auto Trait Implementations§
impl Freeze for Cop2
impl RefUnwindSafe for Cop2
impl Send for Cop2
impl Sync for Cop2
impl Unpin for Cop2
impl UnwindSafe for Cop2
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