#[repr(u32)]pub enum IommuType {
NoIommu = 8,
}
Variants§
NoIommu = 8
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