[][src]Enum ironrdp::gcc::RdpVersion

pub enum RdpVersion {
    V4,
    V5Plus,
    V10,
    V10_1,
    V10_2,
    V10_3,
    V10_4,
    V10_5,
    V10_6,
    V10_7,
    V10_8,
    V10_9,
    V10_10,
    V10_11,
    V10_12,
    VUnknown,
}

Variants

V4
V5Plus
V10
V10_1
V10_2
V10_3
V10_4
V10_5
V10_6
V10_7
V10_8
V10_9
V10_10
V10_11
V10_12
VUnknown

Trait Implementations

impl Clone for RdpVersion[src]

impl Copy for RdpVersion[src]

impl Debug for RdpVersion[src]

impl FromPrimitive for RdpVersion[src]

impl PartialEq<RdpVersion> for RdpVersion[src]

impl StructuralPartialEq for RdpVersion[src]

impl ToPrimitive for RdpVersion[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> Same<T> for T

type Output = T

Should always be Self

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.