#[repr(C)]pub struct RiceAgentPoll {
pub tag: RiceAgentPoll_Tag,
pub field1: RiceAgentPoll__bindgen_ty_1,
}Fields§
§tag: RiceAgentPoll_Tag§field1: RiceAgentPoll__bindgen_ty_1Auto Trait Implementations§
impl Freeze for RiceAgentPoll
impl RefUnwindSafe for RiceAgentPoll
impl !Send for RiceAgentPoll
impl !Sync for RiceAgentPoll
impl Unpin for RiceAgentPoll
impl UnwindSafe for RiceAgentPoll
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