pub enum AttachedPartDetachedIndicator {
Attached,
Detached,
Unspecified(u8),
}Expand description
UID 415
Variants§
Trait Implementations§
Source§impl Clone for AttachedPartDetachedIndicator
impl Clone for AttachedPartDetachedIndicator
Source§fn clone(&self) -> AttachedPartDetachedIndicator
fn clone(&self) -> AttachedPartDetachedIndicator
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 From<AttachedPartDetachedIndicator> for u8
impl From<AttachedPartDetachedIndicator> for u8
Source§fn from(value: AttachedPartDetachedIndicator) -> Self
fn from(value: AttachedPartDetachedIndicator) -> Self
Converts to this type from the input type.
Source§impl From<u8> for AttachedPartDetachedIndicator
impl From<u8> for AttachedPartDetachedIndicator
Source§impl Hash for AttachedPartDetachedIndicator
impl Hash for AttachedPartDetachedIndicator
Source§impl PartialEq for AttachedPartDetachedIndicator
impl PartialEq for AttachedPartDetachedIndicator
Source§fn eq(&self, other: &AttachedPartDetachedIndicator) -> bool
fn eq(&self, other: &AttachedPartDetachedIndicator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AttachedPartDetachedIndicator
impl Eq for AttachedPartDetachedIndicator
impl StructuralPartialEq for AttachedPartDetachedIndicator
Auto Trait Implementations§
impl Freeze for AttachedPartDetachedIndicator
impl RefUnwindSafe for AttachedPartDetachedIndicator
impl Send for AttachedPartDetachedIndicator
impl Sync for AttachedPartDetachedIndicator
impl Unpin for AttachedPartDetachedIndicator
impl UnwindSafe for AttachedPartDetachedIndicator
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