Struct webrtc_sctp::stack::StackResources [−][src]
pub struct StackResources { /* fields omitted */ }
Resources shared by all associations in this stack. Its members should be cloneable in a lightweight fashion.
Trait Implementations
impl Clone for StackResources
[src]
impl Clone for StackResources
fn clone(&self) -> StackResources
[src]
fn clone(&self) -> StackResources
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for StackResources
impl !Send for StackResources
impl !Sync for StackResources
impl !Sync for StackResources