pub enum DeviceInfoError {
ReservedCapabilities,
MissingMemoryDomain,
ZeroLimit,
}Expand description
Invalid provider metadata discovered before any resource operation is invoked.
Variants§
ReservedCapabilities
A capability whose semantics are still reserved was advertised.
MissingMemoryDomain
No provider-owned memory domain can be allocated.
ZeroLimit
A mandatory resource or byte limit is zero.
Trait Implementations§
Source§impl Clone for DeviceInfoError
impl Clone for DeviceInfoError
Source§fn clone(&self) -> DeviceInfoError
fn clone(&self) -> DeviceInfoError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeviceInfoError
Source§impl Debug for DeviceInfoError
impl Debug for DeviceInfoError
impl Eq for DeviceInfoError
Source§impl PartialEq for DeviceInfoError
impl PartialEq for DeviceInfoError
impl StructuralPartialEq for DeviceInfoError
Auto Trait Implementations§
impl Freeze for DeviceInfoError
impl RefUnwindSafe for DeviceInfoError
impl Send for DeviceInfoError
impl Sync for DeviceInfoError
impl Unpin for DeviceInfoError
impl UnsafeUnpin for DeviceInfoError
impl UnwindSafe for DeviceInfoError
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