pub enum Setup {
Active,
Passive,
ActPass,
HoldConn,
}Expand description
Setup attribute for the session or media.
See RFC 4145 Section 4 for more details.
Variants§
Active
Initiator of the connection.
Passive
Acceptor of the connection.
ActPass
Act as either initiator or acceptor of the connection.
HoldConn
Do not establish a connection.
Trait Implementations§
impl Eq for Setup
impl StructuralPartialEq for Setup
Auto Trait Implementations§
impl Freeze for Setup
impl RefUnwindSafe for Setup
impl Send for Setup
impl Sync for Setup
impl Unpin for Setup
impl UnsafeUnpin for Setup
impl UnwindSafe for Setup
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