pub enum ArcMsgOk {
Ok {
rc: u32,
arg: u32,
},
OkNoWait,
}
Variants§
Auto Trait Implementations§
impl Freeze for ArcMsgOk
impl RefUnwindSafe for ArcMsgOk
impl Send for ArcMsgOk
impl Sync for ArcMsgOk
impl Unpin for ArcMsgOk
impl UnwindSafe for ArcMsgOk
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