Struct wgsl_bindgen::PipelineLayoutGenerator
source · pub struct PipelineLayoutGenerator {
pub layout_name: String,
pub bind_group_layout_type: TokenStream,
}Fields§
§layout_name: String§bind_group_layout_type: TokenStreamTrait Implementations§
source§impl Clone for PipelineLayoutGenerator
impl Clone for PipelineLayoutGenerator
source§fn clone(&self) -> PipelineLayoutGenerator
fn clone(&self) -> PipelineLayoutGenerator
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for PipelineLayoutGenerator
impl RefUnwindSafe for PipelineLayoutGenerator
impl !Send for PipelineLayoutGenerator
impl !Sync for PipelineLayoutGenerator
impl Unpin for PipelineLayoutGenerator
impl UnwindSafe for PipelineLayoutGenerator
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)