#[repr(u32)]pub enum DeviceCommunicationState {
Enable = 0,
Disable = 1,
DisableInitiation = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DeviceCommunicationState
impl Clone for DeviceCommunicationState
Source§fn clone(&self) -> DeviceCommunicationState
fn clone(&self) -> DeviceCommunicationState
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 DeviceCommunicationState
impl Debug for DeviceCommunicationState
Source§impl PartialEq for DeviceCommunicationState
impl PartialEq for DeviceCommunicationState
impl Copy for DeviceCommunicationState
impl Eq for DeviceCommunicationState
impl StructuralPartialEq for DeviceCommunicationState
Auto Trait Implementations§
impl Freeze for DeviceCommunicationState
impl RefUnwindSafe for DeviceCommunicationState
impl Send for DeviceCommunicationState
impl Sync for DeviceCommunicationState
impl Unpin for DeviceCommunicationState
impl UnsafeUnpin for DeviceCommunicationState
impl UnwindSafe for DeviceCommunicationState
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