#[repr(C)]pub struct WGPUDawnTexelCopyBufferRowAlignmentLimits {
pub chain: WGPUChainedStruct,
pub minTexelCopyBufferRowAlignment: u32,
}Fields§
§chain: WGPUChainedStruct§minTexelCopyBufferRowAlignment: u32Trait Implementations§
Source§impl Clone for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl Clone for WGPUDawnTexelCopyBufferRowAlignmentLimits
Source§fn clone(&self) -> WGPUDawnTexelCopyBufferRowAlignmentLimits
fn clone(&self) -> WGPUDawnTexelCopyBufferRowAlignmentLimits
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 moreimpl Copy for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl Eq for WGPUDawnTexelCopyBufferRowAlignmentLimits
Source§impl Ord for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl Ord for WGPUDawnTexelCopyBufferRowAlignmentLimits
Source§fn cmp(&self, other: &WGPUDawnTexelCopyBufferRowAlignmentLimits) -> Ordering
fn cmp(&self, other: &WGPUDawnTexelCopyBufferRowAlignmentLimits) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl PartialOrd for WGPUDawnTexelCopyBufferRowAlignmentLimits
Source§fn partial_cmp(
&self,
other: &WGPUDawnTexelCopyBufferRowAlignmentLimits,
) -> Option<Ordering>
fn partial_cmp( &self, other: &WGPUDawnTexelCopyBufferRowAlignmentLimits, ) -> Option<Ordering>
impl StructuralPartialEq for WGPUDawnTexelCopyBufferRowAlignmentLimits
Auto Trait Implementations§
impl !Send for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl !Sync for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl Freeze for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl RefUnwindSafe for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl Unpin for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl UnsafeUnpin for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl UnwindSafe for WGPUDawnTexelCopyBufferRowAlignmentLimits
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