pub struct Registry(pub Vec<RegistryChild>);Expand description
Rust structure representing the Vulkan registry.
The registry contains all the information contained in a certain version of the Vulkan specification, stored within a programmer-accessible format.
Tuple Fields
0: Vec<RegistryChild>Trait Implementations
sourceimpl PartialEq<Registry> for Registry
impl PartialEq<Registry> for Registry
impl Eq for Registry
impl StructuralEq for Registry
impl StructuralPartialEq for Registry
Auto Trait Implementations
impl RefUnwindSafe for Registry
impl Send for Registry
impl Sync for Registry
impl Unpin for Registry
impl UnwindSafe for Registry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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