Struct FapiPollHandle
#[non_exhaustive]pub struct FapiPollHandle();Trait Implementations§
Auto Trait Implementations§
impl Freeze for FapiPollHandle
impl RefUnwindSafe for FapiPollHandle
impl Send for FapiPollHandle
impl Sync for FapiPollHandle
impl Unpin for FapiPollHandle
impl UnwindSafe for FapiPollHandle
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