pub enum ArmIsaUse {
None,
Allowed,
Unknown(u8),
}Variants§
Implementations§
Trait Implementations§
impl Copy for ArmIsaUse
impl Eq for ArmIsaUse
impl StructuralPartialEq for ArmIsaUse
Auto Trait Implementations§
impl Freeze for ArmIsaUse
impl RefUnwindSafe for ArmIsaUse
impl Send for ArmIsaUse
impl Sync for ArmIsaUse
impl Unpin for ArmIsaUse
impl UnwindSafe for ArmIsaUse
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