#[repr(C)]pub struct WGPUBindGroupEntry {
pub nextInChain: *mut WGPUChainedStruct,
pub binding: u32,
pub buffer: WGPUBuffer,
pub offset: u64,
pub size: u64,
pub sampler: WGPUSampler,
pub textureView: WGPUTextureView,
}Fields§
§nextInChain: *mut WGPUChainedStruct§binding: u32§buffer: WGPUBuffer§offset: u64§size: u64§sampler: WGPUSampler§textureView: WGPUTextureViewTrait Implementations§
Source§impl Clone for WGPUBindGroupEntry
impl Clone for WGPUBindGroupEntry
Source§fn clone(&self) -> WGPUBindGroupEntry
fn clone(&self) -> WGPUBindGroupEntry
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 WGPUBindGroupEntry
impl Debug for WGPUBindGroupEntry
Source§impl Default for WGPUBindGroupEntry
impl Default for WGPUBindGroupEntry
Source§impl Hash for WGPUBindGroupEntry
impl Hash for WGPUBindGroupEntry
Source§impl Ord for WGPUBindGroupEntry
impl Ord for WGPUBindGroupEntry
Source§fn cmp(&self, other: &WGPUBindGroupEntry) -> Ordering
fn cmp(&self, other: &WGPUBindGroupEntry) -> 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 PartialEq for WGPUBindGroupEntry
impl PartialEq for WGPUBindGroupEntry
Source§impl PartialOrd for WGPUBindGroupEntry
impl PartialOrd for WGPUBindGroupEntry
impl Copy for WGPUBindGroupEntry
impl Eq for WGPUBindGroupEntry
impl StructuralPartialEq for WGPUBindGroupEntry
Auto Trait Implementations§
impl Freeze for WGPUBindGroupEntry
impl RefUnwindSafe for WGPUBindGroupEntry
impl !Send for WGPUBindGroupEntry
impl !Sync for WGPUBindGroupEntry
impl Unpin for WGPUBindGroupEntry
impl UnwindSafe for WGPUBindGroupEntry
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