#[repr(u32)]pub enum DeviceAttributes {
Request = 0,
Identify(u32),
}Expand description
Valid parameter values to the function DA.
Variants§
Request = 0
Request identifying device attributes from a device.
Identify(u32)
Device attributes identification code.
Trait Implementations§
Source§impl Clone for DeviceAttributes
impl Clone for DeviceAttributes
Source§fn clone(&self) -> DeviceAttributes
fn clone(&self) -> DeviceAttributes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeviceAttributes
impl Debug for DeviceAttributes
Source§impl Default for DeviceAttributes
impl Default for DeviceAttributes
Source§fn default() -> DeviceAttributes
fn default() -> DeviceAttributes
Returns the “default value” for a type. Read more
Source§impl FromStr for DeviceAttributes
impl FromStr for DeviceAttributes
Source§impl PartialEq for DeviceAttributes
impl PartialEq for DeviceAttributes
impl Copy for DeviceAttributes
impl Eq for DeviceAttributes
impl StructuralPartialEq for DeviceAttributes
Auto Trait Implementations§
impl Freeze for DeviceAttributes
impl RefUnwindSafe for DeviceAttributes
impl Send for DeviceAttributes
impl Sync for DeviceAttributes
impl Unpin for DeviceAttributes
impl UnwindSafe for DeviceAttributes
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