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