//! # BufferId - Trait Implementations
//!
//! This module contains trait implementations for `BufferId`.
//!
//! ## Implemented Traits
//!
//! - `Default`
//!
//! 🤖 Generated with [SplitRS](https://github.com/cool-japan/splitrs)
#[cfg(all(target_os = "macos", feature = "metal"))]
use super::types::BufferId;
#[cfg(all(target_os = "macos", feature = "metal"))]
impl Default for BufferId {
fn default() -> Self {
Self::new()
}
}