#[repr(C, packed(1))]pub struct DescriptorSetInformation { /* private fields */ }
Expand description
Table 5. Descriptor set information structure.
Auto Trait Implementations§
impl Freeze for DescriptorSetInformation
impl RefUnwindSafe for DescriptorSetInformation
impl Send for DescriptorSetInformation
impl Sync for DescriptorSetInformation
impl Unpin for DescriptorSetInformation
impl UnwindSafe for DescriptorSetInformation
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