#[repr(u8)]pub enum DeviceManagementOpcode {
Discard = 8,
}Variants§
Discard = 8
Implementations§
Trait Implementations§
Source§impl Clone for DeviceManagementOpcode
impl Clone for DeviceManagementOpcode
Source§fn clone(&self) -> DeviceManagementOpcode
fn clone(&self) -> DeviceManagementOpcode
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 DeviceManagementOpcode
impl Debug for DeviceManagementOpcode
Source§impl From<DeviceManagementOpcode> for u8
impl From<DeviceManagementOpcode> for u8
Source§fn from(value: DeviceManagementOpcode) -> Self
fn from(value: DeviceManagementOpcode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DeviceManagementOpcode
impl PartialEq for DeviceManagementOpcode
impl Copy for DeviceManagementOpcode
impl Eq for DeviceManagementOpcode
impl StructuralPartialEq for DeviceManagementOpcode
Auto Trait Implementations§
impl Freeze for DeviceManagementOpcode
impl RefUnwindSafe for DeviceManagementOpcode
impl Send for DeviceManagementOpcode
impl Sync for DeviceManagementOpcode
impl Unpin for DeviceManagementOpcode
impl UnwindSafe for DeviceManagementOpcode
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