#[repr(transparent)]pub struct RpcAppSystemEventDataType(pub c_uchar);Expand description
Enumeration of possible event data types.
Tuple Fields§
§0: c_ucharTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RpcAppSystemEventDataType
Source§impl Debug for RpcAppSystemEventDataType
impl Debug for RpcAppSystemEventDataType
impl Eq for RpcAppSystemEventDataType
Source§impl Hash for RpcAppSystemEventDataType
impl Hash for RpcAppSystemEventDataType
Source§impl PartialEq for RpcAppSystemEventDataType
impl PartialEq for RpcAppSystemEventDataType
Source§fn eq(&self, other: &RpcAppSystemEventDataType) -> bool
fn eq(&self, other: &RpcAppSystemEventDataType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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