Skip to main content

GuestRegValueDataSpecTrait

Trait GuestRegValueDataSpecTrait 

Source
pub trait GuestRegValueDataSpecTrait: DataObjectTrait { }
Expand description

This describes the registry value data.

§How to access

  • GuestWindowsRegistryManager::list_registry_values_in_guest().data
  • GuestWindowsRegistryManager::set_registry_value_in_guest(value).data

Trait Implementations§

Source§

impl<From: VimObjectTrait + ?Sized + 'static> CastFrom<From> for dyn GuestRegValueDataSpecTrait

Source§

fn from_ref<'a>(from: &'a From) -> Option<&'a Self>

Casts a reference to a trait object. If the cast fails, std::option::Option::None is returned.
Source§

fn from_box(from: Box<From>) -> Result<Box<Self>, Box<dyn Any + 'static>>

Casts a boxed trait object to another trait object. If the cast fails, the original boxed trait object is returned in std::result::Result::Err.
Source§

impl Deserialize for Box<dyn GuestRegValueDataSpecTrait>

Source§

fn begin(out: &mut Option<Self>) -> &mut dyn Visitor

The only correct implementation of this method is: Read more

Implementors§