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