pub enum ArcMsgOk {
Ok {
rc: u32,
arg: u32,
},
OkBuf([u32; 8]),
OkNoWait,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArcMsgOk
impl RefUnwindSafe for ArcMsgOk
impl Send for ArcMsgOk
impl Sync for ArcMsgOk
impl Unpin for ArcMsgOk
impl UnsafeUnpin 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