#[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 (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 WGPURenderPassDescriptorExpandResolveRect
impl Eq for WGPURenderPassDescriptorExpandResolveRect
Source§impl Ord for WGPURenderPassDescriptorExpandResolveRect
impl Ord for WGPURenderPassDescriptorExpandResolveRect
Source§fn cmp(&self, other: &WGPURenderPassDescriptorExpandResolveRect) -> Ordering
fn cmp(&self, other: &WGPURenderPassDescriptorExpandResolveRect) -> 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 WGPURenderPassDescriptorExpandResolveRect
impl PartialOrd for WGPURenderPassDescriptorExpandResolveRect
Source§fn partial_cmp(
&self,
other: &WGPURenderPassDescriptorExpandResolveRect,
) -> Option<Ordering>
fn partial_cmp( &self, other: &WGPURenderPassDescriptorExpandResolveRect, ) -> Option<Ordering>
impl StructuralPartialEq for WGPURenderPassDescriptorExpandResolveRect
Auto Trait Implementations§
impl !Send for WGPURenderPassDescriptorExpandResolveRect
impl !Sync for WGPURenderPassDescriptorExpandResolveRect
impl Freeze for WGPURenderPassDescriptorExpandResolveRect
impl RefUnwindSafe for WGPURenderPassDescriptorExpandResolveRect
impl Unpin for WGPURenderPassDescriptorExpandResolveRect
impl UnsafeUnpin 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