pub struct SendRight(/* private fields */);Expand description
Received send right owned by this process.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SendRight
impl RefUnwindSafe for SendRight
impl Send for SendRight
impl Sync for SendRight
impl Unpin for SendRight
impl UnsafeUnpin for SendRight
impl UnwindSafe for SendRight
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