pub struct ComputeBindingLayout {
pub set: u32,
pub binding: u32,
pub readonly: bool,
}Fields§
§set: u32§binding: u32§readonly: boolTrait Implementations§
Source§impl Clone for ComputeBindingLayout
impl Clone for ComputeBindingLayout
Source§fn clone(&self) -> ComputeBindingLayout
fn clone(&self) -> ComputeBindingLayout
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ComputeBindingLayout
Source§impl Debug for ComputeBindingLayout
impl Debug for ComputeBindingLayout
impl Eq for ComputeBindingLayout
Source§impl Hash for ComputeBindingLayout
impl Hash for ComputeBindingLayout
Source§impl PartialEq for ComputeBindingLayout
impl PartialEq for ComputeBindingLayout
Source§fn eq(&self, other: &ComputeBindingLayout) -> bool
fn eq(&self, other: &ComputeBindingLayout) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ComputeBindingLayout
Auto Trait Implementations§
impl Freeze for ComputeBindingLayout
impl RefUnwindSafe for ComputeBindingLayout
impl Send for ComputeBindingLayout
impl Sync for ComputeBindingLayout
impl Unpin for ComputeBindingLayout
impl UnsafeUnpin for ComputeBindingLayout
impl UnwindSafe for ComputeBindingLayout
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