pub struct PoolCompatibilityKey { /* private fields */ }Implementations§
Source§impl PoolCompatibilityKey
impl PoolCompatibilityKey
pub const fn profile(&self) -> DynamicStorageProfile
pub const fn usage(&self) -> BufferUsage
pub const fn element_type(&self) -> ElementType
pub fn logical_layout_fingerprint(&self) -> &str
pub const fn alignment_bytes(&self) -> u64
Trait Implementations§
Source§impl Clone for PoolCompatibilityKey
impl Clone for PoolCompatibilityKey
Source§fn clone(&self) -> PoolCompatibilityKey
fn clone(&self) -> PoolCompatibilityKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PoolCompatibilityKey
impl Debug for PoolCompatibilityKey
Source§impl<'de> Deserialize<'de> for PoolCompatibilityKey
impl<'de> Deserialize<'de> for PoolCompatibilityKey
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PoolCompatibilityKey
Source§impl PartialEq for PoolCompatibilityKey
impl PartialEq for PoolCompatibilityKey
Source§impl Serialize for PoolCompatibilityKey
impl Serialize for PoolCompatibilityKey
impl StructuralPartialEq for PoolCompatibilityKey
Auto Trait Implementations§
impl Freeze for PoolCompatibilityKey
impl RefUnwindSafe for PoolCompatibilityKey
impl Send for PoolCompatibilityKey
impl Sync for PoolCompatibilityKey
impl Unpin for PoolCompatibilityKey
impl UnsafeUnpin for PoolCompatibilityKey
impl UnwindSafe for PoolCompatibilityKey
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