pub enum VirtioIOMMUVfioResult {
Ok,
NotInPCIRanges,
NoAvailableContainer,
NoSuchDevice,
NoSuchMappedDmabuf,
InvalidParam,
}Variants§
Trait Implementations§
Source§impl Debug for VirtioIOMMUVfioResult
impl Debug for VirtioIOMMUVfioResult
Source§impl<'de> Deserialize<'de> for VirtioIOMMUVfioResult
impl<'de> Deserialize<'de> for VirtioIOMMUVfioResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for VirtioIOMMUVfioResult
impl Display for VirtioIOMMUVfioResult
Auto Trait Implementations§
impl Freeze for VirtioIOMMUVfioResult
impl RefUnwindSafe for VirtioIOMMUVfioResult
impl Send for VirtioIOMMUVfioResult
impl Sync for VirtioIOMMUVfioResult
impl Unpin for VirtioIOMMUVfioResult
impl UnwindSafe for VirtioIOMMUVfioResult
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