Struct screen_13::driver::DescriptorSetLayout
source · [−]pub struct DescriptorSetLayout<P> where
P: SharedPointerKind, { /* private fields */ }Implementations
sourceimpl<P> DescriptorSetLayout<P> where
P: SharedPointerKind,
impl<P> DescriptorSetLayout<P> where
P: SharedPointerKind,
pub fn create(
device: &SharedPointer<Device<P>, P>,
info: &DescriptorSetLayoutCreateInfo
) -> Result<Self, DriverError> where
P: SharedPointerKind,
Trait Implementations
sourceimpl<P: Debug> Debug for DescriptorSetLayout<P> where
P: SharedPointerKind,
impl<P: Debug> Debug for DescriptorSetLayout<P> where
P: SharedPointerKind,
sourceimpl<P> Deref for DescriptorSetLayout<P> where
P: SharedPointerKind,
impl<P> Deref for DescriptorSetLayout<P> where
P: SharedPointerKind,
type Target = DescriptorSetLayout
type Target = DescriptorSetLayout
The resulting type after dereferencing.
sourceimpl<P> Drop for DescriptorSetLayout<P> where
P: SharedPointerKind,
impl<P> Drop for DescriptorSetLayout<P> where
P: SharedPointerKind,
Auto Trait Implementations
impl<P> !RefUnwindSafe for DescriptorSetLayout<P>
impl<P> Send for DescriptorSetLayout<P> where
P: Send,
impl<P> Sync for DescriptorSetLayout<P> where
P: Sync,
impl<P> Unpin for DescriptorSetLayout<P> where
P: Unpin,
impl<P> !UnwindSafe for DescriptorSetLayout<P>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more