pub enum RegistryContent {
Show 13 variants
Comment(String),
Platforms(Platforms),
Tags(Tags),
Types(Types),
Enums(Enums),
Commands(Commands),
Feature(Feature),
Extensions(Extensions),
Formats(Formats),
SpirvExtensions(SpirvExtensions),
SpirvCapabilities(SpirvCapabilities),
Syncs(Syncs),
VideoCodecs(VideoCodecs),
}Variants§
Comment(String)
Platforms(Platforms)
Tags(Tags)
Types(Types)
Enums(Enums)
Commands(Commands)
Feature(Feature)
Extensions(Extensions)
Formats(Formats)
SpirvExtensions(SpirvExtensions)
SpirvCapabilities(SpirvCapabilities)
Syncs(Syncs)
VideoCodecs(VideoCodecs)
Trait Implementations§
Source§impl Clone for RegistryContent
impl Clone for RegistryContent
Source§fn clone(&self) -> RegistryContent
fn clone(&self) -> RegistryContent
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 RegistryContent
impl Debug for RegistryContent
Source§impl PartialEq for RegistryContent
impl PartialEq for RegistryContent
impl Eq for RegistryContent
impl StructuralPartialEq for RegistryContent
Auto Trait Implementations§
impl Freeze for RegistryContent
impl RefUnwindSafe for RegistryContent
impl Send for RegistryContent
impl Sync for RegistryContent
impl Unpin for RegistryContent
impl UnwindSafe for RegistryContent
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