pub struct PipelineLayout { /* private fields */ }
Trait Implementations§
Source§impl Debug for PipelineLayout
impl Debug for PipelineLayout
Source§impl Drop for PipelineLayout
impl Drop for PipelineLayout
Source§impl Labeled for PipelineLayout
impl Labeled for PipelineLayout
Source§fn label(&self) -> &str
fn label(&self) -> &str
Returns a string identifying this resource for logging and errors. Read more
fn error_ident(&self) -> ResourceErrorIdent
Source§impl ParentDevice for PipelineLayout
impl ParentDevice for PipelineLayout
Source§impl ResourceType for PipelineLayout
impl ResourceType for PipelineLayout
Auto Trait Implementations§
impl Freeze for PipelineLayout
impl !RefUnwindSafe for PipelineLayout
impl Send for PipelineLayout
impl Sync for PipelineLayout
impl Unpin for PipelineLayout
impl !UnwindSafe for PipelineLayout
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