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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations