#[repr(transparent)]pub struct RpcAppSystemEventDataType(pub c_uchar);
Expand description
Enumeration of possible event data types.
Tuple Fields§
§0: c_uchar
Trait Implementations§
Source§impl Clone for RpcAppSystemEventDataType
impl Clone for RpcAppSystemEventDataType
Source§fn clone(&self) -> RpcAppSystemEventDataType
fn clone(&self) -> RpcAppSystemEventDataType
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 moreSource§impl Debug for RpcAppSystemEventDataType
impl Debug for RpcAppSystemEventDataType
Source§impl Hash for RpcAppSystemEventDataType
impl Hash for RpcAppSystemEventDataType
impl Copy for RpcAppSystemEventDataType
impl Eq for RpcAppSystemEventDataType
impl StructuralPartialEq for RpcAppSystemEventDataType
Auto Trait Implementations§
impl Freeze for RpcAppSystemEventDataType
impl RefUnwindSafe for RpcAppSystemEventDataType
impl Send for RpcAppSystemEventDataType
impl Sync for RpcAppSystemEventDataType
impl Unpin for RpcAppSystemEventDataType
impl UnwindSafe for RpcAppSystemEventDataType
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