pub struct LVVariant<'variant>(/* private fields */);
Expand description
Represents a LabVIEW Variant. The internal structure is undefined by NI and therefore unavailable.
This is available as a placeholder in clusters etc.
Auto Trait Implementations§
impl<'variant> Freeze for LVVariant<'variant>
impl<'variant> RefUnwindSafe for LVVariant<'variant>
impl<'variant> Send for LVVariant<'variant>
impl<'variant> Sync for LVVariant<'variant>
impl<'variant> Unpin for LVVariant<'variant>
impl<'variant> UnwindSafe for LVVariant<'variant>
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