Struct unity_native_plugin_sys::UnityInterfaceGUID [−][src]
#[repr(C)]pub struct UnityInterfaceGUID {
    pub m_GUIDHigh: c_ulonglong,
    pub m_GUIDLow: c_ulonglong,
}Expand description
Fields
m_GUIDHigh: c_ulonglongm_GUIDLow: c_ulonglongImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for UnityInterfaceGUID
impl Send for UnityInterfaceGUID
impl Sync for UnityInterfaceGUID
impl Unpin for UnityInterfaceGUID
impl UnwindSafe for UnityInterfaceGUID
Blanket Implementations
Mutably borrows from an owned value. Read more