pub struct NdnStack(_);
Implementations
sourceimpl NdnStack
impl NdnStack
pub fn chunk_manager(&self) -> &ChunkManager
pub fn root_task(&self) -> &RootTask
Trait Implementations
sourceimpl EventScheduler for NdnStack
impl EventScheduler for NdnStack
fn upload_scheduler_event(&self, _requester: &DeviceId) -> BuckyResult<()>
fn download_scheduler_event(&self, _requester: &DeviceId) -> BuckyResult<()>
sourceimpl Scheduler for NdnStack
impl Scheduler for NdnStack
fn collect_resource_usage(&self)
fn schedule_resource(&self)
fn apply_scheduled_resource(&self)
Auto Trait Implementations
impl !RefUnwindSafe for NdnStack
impl Send for NdnStack
impl Sync for NdnStack
impl Unpin for NdnStack
impl !UnwindSafe for NdnStack
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more