pub enum AgentInfoAttr {
Name,
VendorName,
Feature,
Device,
VersionMajor,
VersionMinor,
QueuesMax,
QueueMinSize,
QueueMaxSize,
QueueType,
}Expand description
Attributes SoftGPU may answer for an agent.
Variants§
Name
VendorName
Feature
Device
VersionMajor
VersionMinor
QueuesMax
QueueMinSize
QueueMaxSize
QueueType
Implementations§
Trait Implementations§
Source§impl Clone for AgentInfoAttr
impl Clone for AgentInfoAttr
Source§fn clone(&self) -> AgentInfoAttr
fn clone(&self) -> AgentInfoAttr
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 AgentInfoAttr
Source§impl Debug for AgentInfoAttr
impl Debug for AgentInfoAttr
impl Eq for AgentInfoAttr
Source§impl PartialEq for AgentInfoAttr
impl PartialEq for AgentInfoAttr
impl StructuralPartialEq for AgentInfoAttr
Auto Trait Implementations§
impl Freeze for AgentInfoAttr
impl RefUnwindSafe for AgentInfoAttr
impl Send for AgentInfoAttr
impl Sync for AgentInfoAttr
impl Unpin for AgentInfoAttr
impl UnsafeUnpin for AgentInfoAttr
impl UnwindSafe for AgentInfoAttr
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