pub struct RenderPassDescriptorExpandResolveRect {
pub x: Option<u32>,
pub y: Option<u32>,
pub width: Option<u32>,
pub height: Option<u32>,
}Fields§
§x: Option<u32>§y: Option<u32>§width: Option<u32>§height: Option<u32>Implementations§
Trait Implementations§
Source§impl From<RenderPassDescriptorExpandResolveRect> for RenderPassDescriptorExtension
impl From<RenderPassDescriptorExpandResolveRect> for RenderPassDescriptorExtension
Source§fn from(ext: RenderPassDescriptorExpandResolveRect) -> Self
fn from(ext: RenderPassDescriptorExpandResolveRect) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RenderPassDescriptorExpandResolveRect
impl RefUnwindSafe for RenderPassDescriptorExpandResolveRect
impl Send for RenderPassDescriptorExpandResolveRect
impl Sync for RenderPassDescriptorExpandResolveRect
impl Unpin for RenderPassDescriptorExpandResolveRect
impl UnsafeUnpin for RenderPassDescriptorExpandResolveRect
impl UnwindSafe for RenderPassDescriptorExpandResolveRect
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