pub struct Variant<'a, T: 'a> { /* private fields */ }Expand description
A wrapper around a COM VARIANT type
Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for Variant<'a, T>
impl<'a, T> RefUnwindSafe for Variant<'a, T>where
T: RefUnwindSafe,
impl<'a, T> !Send for Variant<'a, T>
impl<'a, T> !Sync for Variant<'a, T>
impl<'a, T> Unpin for Variant<'a, T>
impl<'a, T> UnwindSafe for Variant<'a, T>where
T: RefUnwindSafe,
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