#[repr(u32)]pub enum Protocols {
ProtocolRDP = 0,
ProtocolSSL = 1,
ProtocolHybrid = 2,
ProtocolHybridEx = 8,
}
Variants§
ProtocolRDP = 0
Basic RDP security Not supported by rdp-rs
ProtocolSSL = 1
Secure Socket Layer
ProtocolHybrid = 2
Network Level Authentication over SSL
ProtocolHybridEx = 8
NLA + SSL + Quick respond
Trait Implementations§
Source§impl TryFromPrimitive for Protocols
impl TryFromPrimitive for Protocols
impl Copy for Protocols
Auto Trait Implementations§
impl Freeze for Protocols
impl RefUnwindSafe for Protocols
impl Send for Protocols
impl Sync for Protocols
impl Unpin for Protocols
impl UnwindSafe for Protocols
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