pub struct CffiTimerHandle(/* private fields */);Trait Implementations§
Source§impl Debug for CffiTimerHandle
impl Debug for CffiTimerHandle
impl Send for CffiTimerHandle
impl Sync for CffiTimerHandle
Auto Trait Implementations§
impl Freeze for CffiTimerHandle
impl RefUnwindSafe for CffiTimerHandle
impl Unpin for CffiTimerHandle
impl UnsafeUnpin for CffiTimerHandle
impl UnwindSafe for CffiTimerHandle
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