Struct cyfs_bdt::ndn::channel::ChannelManager
source · pub struct ChannelManager(_);Implementations§
source§impl ChannelManager
impl ChannelManager
pub fn new(weak_stack: Weak<StackImpl>) -> Self
pub fn channel_of(&self, remote: &DeviceId) -> Option<Channel>
pub fn create_channel(&self, remote_const: &DeviceDesc) -> BuckyResult<Channel>
pub fn on_schedule(&self, when: Timestamp)
pub fn on_raw_data( &self, data: &[u8], context: (&TunnelContainer, DynamicTunnel) ) -> Result<(), BuckyError>
Trait Implementations§
source§impl Clone for ChannelManager
impl Clone for ChannelManager
source§fn clone(&self) -> ChannelManager
fn clone(&self) -> ChannelManager
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more