Struct twizzler_net::NmHandleManager
source · [−]pub struct NmHandleManager<T> { /* private fields */ }
Implementations
sourceimpl<T> NmHandleManager<T>
impl<T> NmHandleManager<T>
pub fn data(&self) -> &T
pub async fn receive(&self) -> Result<(u32, TxRequest), QueueError>
pub async fn complete(
&self,
id: u32,
reply: TxCompletion
) -> Result<(), QueueError>
pub async fn submit(&self, req: RxRequest) -> Result<RxCompletion, QueueError>
pub fn submit_no_wait(&self, req: RxRequest)
pub fn allocatable_buffer_controller(&self) -> &BufferController
pub fn set_dead(&self)
pub fn is_dead(&self) -> bool
pub fn set_closed(&self)
pub fn is_closed(&self) -> bool
pub fn is_terminated(&self) -> bool
pub fn get_incoming_buffer(&self, pd: PacketData) -> ManagedBuffer<'_>
pub fn id(&self) -> u64
pub fn client_name(&self) -> &str
Trait Implementations
sourceimpl<T> Debug for NmHandleManager<T>
impl<T> Debug for NmHandleManager<T>
Auto Trait Implementations
impl<T> !ObjSafe for NmHandleManager<T>
impl<T> !RefUnwindSafe for NmHandleManager<T>
impl<T> Send for NmHandleManager<T>where
T: Send,
impl<T> Sync for NmHandleManager<T>where
T: Sync,
impl<T> Unpin for NmHandleManager<T>where
T: Unpin,
impl<T> UnwindSafe for NmHandleManager<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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