pub struct FfiExtIdGen { /* private fields */ }Expand description
A monotonically increasing ID generator for FfiExt.
Implementations§
Trait Implementations§
Source§impl Debug for FfiExtIdGen
impl Debug for FfiExtIdGen
Source§impl Default for FfiExtIdGen
impl Default for FfiExtIdGen
Source§fn default() -> FfiExtIdGen
fn default() -> FfiExtIdGen
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FfiExtIdGen
impl RefUnwindSafe for FfiExtIdGen
impl Send for FfiExtIdGen
impl Sync for FfiExtIdGen
impl Unpin for FfiExtIdGen
impl UnsafeUnpin for FfiExtIdGen
impl UnwindSafe for FfiExtIdGen
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