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