pub struct BindGroupEntry {
pub binding: u32,
pub resource: BindingResource,
}Fields§
§binding: u32§resource: BindingResourceTrait Implementations§
Source§impl Debug for BindGroupEntry
impl Debug for BindGroupEntry
Source§impl<'de> Deserialize<'de> for BindGroupEntry
impl<'de> Deserialize<'de> for BindGroupEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BindGroupEntry
impl RefUnwindSafe for BindGroupEntry
impl Send for BindGroupEntry
impl Sync for BindGroupEntry
impl Unpin for BindGroupEntry
impl UnsafeUnpin for BindGroupEntry
impl UnwindSafe for BindGroupEntry
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