pub struct DescriptorInfo {
pub ty: DescriptorType,
pub binding_count: BindingCount,
pub name: String,
}Fields§
§ty: DescriptorType§binding_count: BindingCount§name: StringTrait Implementations§
Source§impl Clone for DescriptorInfo
impl Clone for DescriptorInfo
Source§fn clone(&self) -> DescriptorInfo
fn clone(&self) -> DescriptorInfo
Returns a duplicate 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 moreSource§impl Debug for DescriptorInfo
impl Debug for DescriptorInfo
Source§impl PartialEq for DescriptorInfo
impl PartialEq for DescriptorInfo
impl Eq for DescriptorInfo
impl StructuralPartialEq for DescriptorInfo
Auto Trait Implementations§
impl Freeze for DescriptorInfo
impl RefUnwindSafe for DescriptorInfo
impl Send for DescriptorInfo
impl Sync for DescriptorInfo
impl Unpin for DescriptorInfo
impl UnwindSafe for DescriptorInfo
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