#[repr(i32)]pub enum _RPC_NOTIFICATION_TYPES {
RpcNotificationTypeNone = 0,
RpcNotificationTypeEvent = 1,
RpcNotificationTypeApc = 2,
RpcNotificationTypeIoc = 3,
RpcNotificationTypeHwnd = 4,
RpcNotificationTypeCallback = 5,
}Variants§
RpcNotificationTypeNone = 0
RpcNotificationTypeEvent = 1
RpcNotificationTypeApc = 2
RpcNotificationTypeIoc = 3
RpcNotificationTypeHwnd = 4
RpcNotificationTypeCallback = 5
Trait Implementations§
Source§impl Clone for _RPC_NOTIFICATION_TYPES
impl Clone for _RPC_NOTIFICATION_TYPES
Source§fn clone(&self) -> _RPC_NOTIFICATION_TYPES
fn clone(&self) -> _RPC_NOTIFICATION_TYPES
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_NOTIFICATION_TYPES
impl Debug for _RPC_NOTIFICATION_TYPES
Source§impl Hash for _RPC_NOTIFICATION_TYPES
impl Hash for _RPC_NOTIFICATION_TYPES
Source§impl PartialEq for _RPC_NOTIFICATION_TYPES
impl PartialEq for _RPC_NOTIFICATION_TYPES
impl Copy for _RPC_NOTIFICATION_TYPES
impl Eq for _RPC_NOTIFICATION_TYPES
impl StructuralPartialEq for _RPC_NOTIFICATION_TYPES
Auto Trait Implementations§
impl Freeze for _RPC_NOTIFICATION_TYPES
impl RefUnwindSafe for _RPC_NOTIFICATION_TYPES
impl Send for _RPC_NOTIFICATION_TYPES
impl Sync for _RPC_NOTIFICATION_TYPES
impl Unpin for _RPC_NOTIFICATION_TYPES
impl UnwindSafe for _RPC_NOTIFICATION_TYPES
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