#[repr(C)]pub struct z_poller {
    pub is_polling: bool,
    pub mode: u8,
}Fields§
§is_polling: bool§mode: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for z_poller
impl RefUnwindSafe for z_poller
impl Send for z_poller
impl Sync for z_poller
impl Unpin for z_poller
impl UnwindSafe for z_poller
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