#[repr(C)]pub struct WGPURenderPassMaxDrawCount {
pub chain: WGPUChainedStruct,
pub maxDrawCount: u64,
}Fields§
§chain: WGPUChainedStruct§maxDrawCount: u64Trait Implementations§
Source§impl Clone for WGPURenderPassMaxDrawCount
impl Clone for WGPURenderPassMaxDrawCount
Source§fn clone(&self) -> WGPURenderPassMaxDrawCount
fn clone(&self) -> WGPURenderPassMaxDrawCount
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 moreSource§impl Debug for WGPURenderPassMaxDrawCount
impl Debug for WGPURenderPassMaxDrawCount
impl Copy for WGPURenderPassMaxDrawCount
Auto Trait Implementations§
impl Freeze for WGPURenderPassMaxDrawCount
impl RefUnwindSafe for WGPURenderPassMaxDrawCount
impl !Send for WGPURenderPassMaxDrawCount
impl !Sync for WGPURenderPassMaxDrawCount
impl Unpin for WGPURenderPassMaxDrawCount
impl UnwindSafe for WGPURenderPassMaxDrawCount
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