pub struct RingHandle { /* private fields */ }Expand description
Référence à un ring pair, utilisable comme cible de msg_ring
(IoUring::submit_message_ring_data_to). Porte le FD du ring pair (valide
tant que ce ring vit dans son thread — l’appelant garantit sa vivacité).
Trait Implementations§
Source§impl Clone for RingHandle
impl Clone for RingHandle
Source§fn clone(&self) -> RingHandle
fn clone(&self) -> RingHandle
Returns a duplicate 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 moreSource§impl Debug for RingHandle
impl Debug for RingHandle
impl Copy for RingHandle
Auto Trait Implementations§
impl Freeze for RingHandle
impl RefUnwindSafe for RingHandle
impl Send for RingHandle
impl Sync for RingHandle
impl Unpin for RingHandle
impl UnsafeUnpin for RingHandle
impl UnwindSafe for RingHandle
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more