#[repr(C)]pub struct WGPURenderPassDescriptorExpandResolveRect {
pub chain: WGPUChainedStruct,
pub x: u32,
pub y: u32,
pub width: u32,
pub height: u32,
}Fields§
§chain: WGPUChainedStruct§x: u32§y: u32§width: u32§height: u32Trait Implementations§
Source§impl Clone for WGPURenderPassDescriptorExpandResolveRect
impl Clone for WGPURenderPassDescriptorExpandResolveRect
Source§fn clone(&self) -> WGPURenderPassDescriptorExpandResolveRect
fn clone(&self) -> WGPURenderPassDescriptorExpandResolveRect
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 WGPURenderPassDescriptorExpandResolveRect
impl Ord for WGPURenderPassDescriptorExpandResolveRect
Source§fn cmp(&self, other: &WGPURenderPassDescriptorExpandResolveRect) -> Ordering
fn cmp(&self, other: &WGPURenderPassDescriptorExpandResolveRect) -> 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 WGPURenderPassDescriptorExpandResolveRect
impl PartialEq for WGPURenderPassDescriptorExpandResolveRect
Source§fn eq(&self, other: &WGPURenderPassDescriptorExpandResolveRect) -> bool
fn eq(&self, other: &WGPURenderPassDescriptorExpandResolveRect) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPURenderPassDescriptorExpandResolveRect
impl PartialOrd for WGPURenderPassDescriptorExpandResolveRect
impl Copy for WGPURenderPassDescriptorExpandResolveRect
impl Eq for WGPURenderPassDescriptorExpandResolveRect
impl StructuralPartialEq for WGPURenderPassDescriptorExpandResolveRect
Auto Trait Implementations§
impl Freeze for WGPURenderPassDescriptorExpandResolveRect
impl RefUnwindSafe for WGPURenderPassDescriptorExpandResolveRect
impl !Send for WGPURenderPassDescriptorExpandResolveRect
impl !Sync for WGPURenderPassDescriptorExpandResolveRect
impl Unpin for WGPURenderPassDescriptorExpandResolveRect
impl UnwindSafe for WGPURenderPassDescriptorExpandResolveRect
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