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