#[repr(C, packed(1))]pub struct _LEAP_VARIANT {
pub type_: eLeapValueType,
pub __bindgen_anon_1: _LEAP_VARIANT__bindgen_ty_1,
}Expand description
\ingroup Structs A variant data type used to get and set service configuration values. @since 3.0.0
Fields§
§type_: eLeapValueTypeThe active data type in this instance. @since 3.0.0
__bindgen_anon_1: _LEAP_VARIANT__bindgen_ty_1Trait Implementations§
Source§impl Clone for _LEAP_VARIANT
impl Clone for _LEAP_VARIANT
Source§fn clone(&self) -> _LEAP_VARIANT
fn clone(&self) -> _LEAP_VARIANT
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 moreimpl Copy for _LEAP_VARIANT
Auto Trait Implementations§
impl Freeze for _LEAP_VARIANT
impl RefUnwindSafe for _LEAP_VARIANT
impl !Send for _LEAP_VARIANT
impl !Sync for _LEAP_VARIANT
impl Unpin for _LEAP_VARIANT
impl UnwindSafe for _LEAP_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