#[repr(C)]pub struct gpr_event {
pub state: gpr_atm,
}
Fields§
§state: gpr_atm
Trait Implementations§
Auto Trait Implementations§
impl Freeze for gpr_event
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§
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