#[repr(u32)]pub enum IommuType {
Type1V2 = 3,
PkvmPviommu = 30,
Type1ChromeOS = 100_001,
}Variants§
Trait Implementations§
impl Copy for IommuType
impl Eq for IommuType
impl StructuralPartialEq for IommuType
Auto Trait Implementations§
impl Freeze for IommuType
impl RefUnwindSafe for IommuType
impl Send for IommuType
impl Sync for IommuType
impl Unpin for IommuType
impl UnwindSafe for IommuType
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