pub enum RadioAttachedIndicator {
NoStatement,
Unattached,
Attached,
Unspecified(u8),
}Expand description
UID 306
Variants§
Trait Implementations§
Source§impl Clone for RadioAttachedIndicator
impl Clone for RadioAttachedIndicator
Source§fn clone(&self) -> RadioAttachedIndicator
fn clone(&self) -> RadioAttachedIndicator
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 RadioAttachedIndicator
impl Debug for RadioAttachedIndicator
Source§impl Default for RadioAttachedIndicator
impl Default for RadioAttachedIndicator
Source§impl Display for RadioAttachedIndicator
impl Display for RadioAttachedIndicator
Source§impl From<RadioAttachedIndicator> for u8
impl From<RadioAttachedIndicator> for u8
Source§fn from(value: RadioAttachedIndicator) -> Self
fn from(value: RadioAttachedIndicator) -> Self
Converts to this type from the input type.
Source§impl From<u8> for RadioAttachedIndicator
impl From<u8> for RadioAttachedIndicator
Source§impl Hash for RadioAttachedIndicator
impl Hash for RadioAttachedIndicator
Source§impl PartialEq for RadioAttachedIndicator
impl PartialEq for RadioAttachedIndicator
impl Copy for RadioAttachedIndicator
impl Eq for RadioAttachedIndicator
impl StructuralPartialEq for RadioAttachedIndicator
Auto Trait Implementations§
impl Freeze for RadioAttachedIndicator
impl RefUnwindSafe for RadioAttachedIndicator
impl Send for RadioAttachedIndicator
impl Sync for RadioAttachedIndicator
impl Unpin for RadioAttachedIndicator
impl UnwindSafe for RadioAttachedIndicator
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