#[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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Ord for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl Ord for WGPUDawnTexelCopyBufferRowAlignmentLimits
Source§fn cmp(&self, other: &WGPUDawnTexelCopyBufferRowAlignmentLimits) -> Ordering
fn cmp(&self, other: &WGPUDawnTexelCopyBufferRowAlignmentLimits) -> Ordering
1.21.0 · 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 PartialEq for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl PartialEq for WGPUDawnTexelCopyBufferRowAlignmentLimits
Source§fn eq(&self, other: &WGPUDawnTexelCopyBufferRowAlignmentLimits) -> bool
fn eq(&self, other: &WGPUDawnTexelCopyBufferRowAlignmentLimits) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl PartialOrd for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl Copy for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl Eq for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl StructuralPartialEq for WGPUDawnTexelCopyBufferRowAlignmentLimits
Auto Trait Implementations§
impl Freeze for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl RefUnwindSafe for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl !Send for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl !Sync for WGPUDawnTexelCopyBufferRowAlignmentLimits
impl Unpin 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