#[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 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 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