#[repr(transparent)]pub struct RpcAppSystemEventType(pub c_uchar);Expand description
Enumeration of possible event types.
Tuple Fields§
§0: c_ucharTrait 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 (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 RpcAppSystemEventType
Source§impl Debug for RpcAppSystemEventType
impl Debug for RpcAppSystemEventType
impl Eq for RpcAppSystemEventType
Source§impl Hash for RpcAppSystemEventType
impl Hash for RpcAppSystemEventType
Source§impl PartialEq for RpcAppSystemEventType
impl PartialEq for RpcAppSystemEventType
Source§fn eq(&self, other: &RpcAppSystemEventType) -> bool
fn eq(&self, other: &RpcAppSystemEventType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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