#[repr(i32)]pub enum _RPC_NOTIFICATIONS {
RpcNotificationCallNone = 0,
RpcNotificationClientDisconnect = 1,
RpcNotificationCallCancel = 2,
}Variants§
Trait Implementations§
Source§impl Clone for _RPC_NOTIFICATIONS
impl Clone for _RPC_NOTIFICATIONS
Source§fn clone(&self) -> _RPC_NOTIFICATIONS
fn clone(&self) -> _RPC_NOTIFICATIONS
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 _RPC_NOTIFICATIONS
impl Debug for _RPC_NOTIFICATIONS
Source§impl Hash for _RPC_NOTIFICATIONS
impl Hash for _RPC_NOTIFICATIONS
Source§impl PartialEq for _RPC_NOTIFICATIONS
impl PartialEq for _RPC_NOTIFICATIONS
impl Copy for _RPC_NOTIFICATIONS
impl Eq for _RPC_NOTIFICATIONS
impl StructuralPartialEq for _RPC_NOTIFICATIONS
Auto Trait Implementations§
impl Freeze for _RPC_NOTIFICATIONS
impl RefUnwindSafe for _RPC_NOTIFICATIONS
impl Send for _RPC_NOTIFICATIONS
impl Sync for _RPC_NOTIFICATIONS
impl Unpin for _RPC_NOTIFICATIONS
impl UnwindSafe for _RPC_NOTIFICATIONS
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