[][src]Struct wayk_proto::message::connection_sequence::associate::AssociateInfoFlags

pub struct AssociateInfoFlags {
    pub value: u16,
}

Fields

value: u16

Implementations

impl AssociateInfoFlags[src]

pub fn new_empty() -> Self[src]

impl AssociateInfoFlags[src]

pub const ACTIVE: u16[src]

pub fn active(self) -> bool[src]

pub fn set_active(&mut self) -> Self[src]

pub fn unset_active(&mut self) -> Self[src]

pub const FAILURE: u16[src]

pub fn failure(self) -> bool[src]

pub fn set_failure(&mut self) -> Self[src]

pub fn unset_failure(&mut self) -> Self[src]

Trait Implementations

impl Clone for AssociateInfoFlags[src]

impl Copy for AssociateInfoFlags[src]

impl Debug for AssociateInfoFlags[src]

impl<'dec> Decode<'dec> for AssociateInfoFlags[src]

impl Encode for AssociateInfoFlags[src]

impl From<u16> for AssociateInfoFlags[src]

impl Into<u16> for AssociateInfoFlags[src]

impl PartialEq<AssociateInfoFlags> for AssociateInfoFlags[src]

impl PartialEq<u16> for AssociateInfoFlags[src]

impl StructuralPartialEq for AssociateInfoFlags[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.