pub struct SetLayout {
pub bindings: Vec<DescriptorSetLayoutBinding>,
}
Expand description
Set layout
Fields§
§bindings: Vec<DescriptorSetLayoutBinding>
Set layout bindings.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetLayout
impl RefUnwindSafe for SetLayout
impl Send for SetLayout
impl Sync for SetLayout
impl Unpin for SetLayout
impl UnwindSafe for SetLayout
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