pub struct HostHardwareSummaryFields<'a> { /* private fields */ }Implementations§
Source§impl HostHardwareSummaryFields<'_>
impl HostHardwareSummaryFields<'_>
pub fn new() -> HostHardwareSummaryFields<'static>
Trait Implementations§
Source§impl FieldsBuilder for HostHardwareSummaryFields<'static>
impl FieldsBuilder for HostHardwareSummaryFields<'static>
Source§fn build_boxed(&mut self) -> Result<Box<dyn VimObjectTrait>>
fn build_boxed(&mut self) -> Result<Box<dyn VimObjectTrait>>
Build the concrete type and box it as a VimObjectTrait.
Auto Trait Implementations§
impl<'a> Freeze for HostHardwareSummaryFields<'a>
impl<'a> !RefUnwindSafe for HostHardwareSummaryFields<'a>
impl<'a> Send for HostHardwareSummaryFields<'a>
impl<'a> Sync for HostHardwareSummaryFields<'a>
impl<'a> Unpin for HostHardwareSummaryFields<'a>
impl<'a> UnsafeUnpin for HostHardwareSummaryFields<'a>
impl<'a> !UnwindSafe for HostHardwareSummaryFields<'a>
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