pub struct PipelineLayoutResourceTable {
pub uses_resource_table: Option<bool>,
}Fields§
§uses_resource_table: Option<bool>Implementations§
Trait Implementations§
Source§impl From<PipelineLayoutResourceTable> for PipelineLayoutDescriptorExtension
impl From<PipelineLayoutResourceTable> for PipelineLayoutDescriptorExtension
Source§fn from(ext: PipelineLayoutResourceTable) -> Self
fn from(ext: PipelineLayoutResourceTable) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PipelineLayoutResourceTable
impl RefUnwindSafe for PipelineLayoutResourceTable
impl Send for PipelineLayoutResourceTable
impl Sync for PipelineLayoutResourceTable
impl Unpin for PipelineLayoutResourceTable
impl UnsafeUnpin for PipelineLayoutResourceTable
impl UnwindSafe for PipelineLayoutResourceTable
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