#[repr(C)]pub union FVariant__type0 {
pub intValue: int64,
pub floatValue: f64,
pub string8: *const char8,
pub string16: *const char16,
pub object: *mut FUnknown,
}Fields§
§intValue: int64§floatValue: f64§string8: *const char8§string16: *const char16§object: *mut FUnknownTrait Implementations§
Source§impl Clone for FVariant__type0
impl Clone for FVariant__type0
Source§fn clone(&self) -> FVariant__type0
fn clone(&self) -> FVariant__type0
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 FVariant__type0
impl Send for FVariant__type0
impl Sync for FVariant__type0
Auto Trait Implementations§
impl Freeze for FVariant__type0
impl RefUnwindSafe for FVariant__type0
impl Unpin for FVariant__type0
impl UnwindSafe for FVariant__type0
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