Union vst3::Steinberg::FVariant__type0
source · #[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 FUnknown
Trait 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 copy 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 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