#[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 copy 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 moreimpl Copy 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