#[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 duplicate 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
Source§impl Default for WGPURenderPassMaxDrawCount
impl Default for WGPURenderPassMaxDrawCount
Source§impl Hash for WGPURenderPassMaxDrawCount
impl Hash for WGPURenderPassMaxDrawCount
Source§impl Ord for WGPURenderPassMaxDrawCount
impl Ord for WGPURenderPassMaxDrawCount
Source§fn cmp(&self, other: &WGPURenderPassMaxDrawCount) -> Ordering
fn cmp(&self, other: &WGPURenderPassMaxDrawCount) -> Ordering
1.21.0 · 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 WGPURenderPassMaxDrawCount
impl PartialOrd for WGPURenderPassMaxDrawCount
impl Copy for WGPURenderPassMaxDrawCount
impl Eq for WGPURenderPassMaxDrawCount
impl StructuralPartialEq 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