pub struct StunMessage {
pub message_type: u16,
pub length: u16,
pub transaction_id: TransactionId,
pub attributes: Vec<Attribute>,
}Fields§
§message_type: u16§length: u16§transaction_id: TransactionId§attributes: Vec<Attribute>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StunMessage
impl RefUnwindSafe for StunMessage
impl Send for StunMessage
impl Sync for StunMessage
impl Unpin for StunMessage
impl UnwindSafe for StunMessage
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