#[repr(C)]pub union RpcAppSystemEventData__bindgen_ty_1 {
pub string: *const c_char,
pub i32_: i32,
pub bytes: RpcAppSystemEventData__bindgen_ty_1__bindgen_ty_1,
}Fields§
§string: *const c_char< Pointer to a zero-terminated character string.
i32_: i32< Signed 32-bit integer value.
bytes: RpcAppSystemEventData__bindgen_ty_1__bindgen_ty_1< Byte array of arbitrary length.
Trait Implementations§
Source§impl Clone for RpcAppSystemEventData__bindgen_ty_1
impl Clone for RpcAppSystemEventData__bindgen_ty_1
Source§fn clone(&self) -> RpcAppSystemEventData__bindgen_ty_1
fn clone(&self) -> RpcAppSystemEventData__bindgen_ty_1
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 RpcAppSystemEventData__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for RpcAppSystemEventData__bindgen_ty_1
impl RefUnwindSafe for RpcAppSystemEventData__bindgen_ty_1
impl !Send for RpcAppSystemEventData__bindgen_ty_1
impl !Sync for RpcAppSystemEventData__bindgen_ty_1
impl Unpin for RpcAppSystemEventData__bindgen_ty_1
impl UnwindSafe for RpcAppSystemEventData__bindgen_ty_1
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