Struct grpcio_sys::gpr_event
source · #[repr(C)]pub struct gpr_event {
pub state: gpr_atm,
}
Fields
state: gpr_atm
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for gpr_event
impl Send for gpr_event
impl Sync for gpr_event
impl Unpin for gpr_event
impl UnwindSafe for gpr_event
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more