Enum windows_native::ntpoapi::REQUESTER_TYPE
source · #[repr(i32)]pub enum REQUESTER_TYPE {
KernelRequester,
UserProcessRequester,
UserSharedServiceRequester,
}Variants§
Trait Implementations§
source§impl Clone for REQUESTER_TYPE
impl Clone for REQUESTER_TYPE
source§fn clone(&self) -> REQUESTER_TYPE
fn clone(&self) -> REQUESTER_TYPE
Returns a copy 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 REQUESTER_TYPE
impl Debug for REQUESTER_TYPE
source§impl Hash for REQUESTER_TYPE
impl Hash for REQUESTER_TYPE
source§impl PartialEq<REQUESTER_TYPE> for REQUESTER_TYPE
impl PartialEq<REQUESTER_TYPE> for REQUESTER_TYPE
source§fn eq(&self, other: &REQUESTER_TYPE) -> bool
fn eq(&self, other: &REQUESTER_TYPE) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for REQUESTER_TYPE
impl Eq for REQUESTER_TYPE
impl StructuralEq for REQUESTER_TYPE
impl StructuralPartialEq for REQUESTER_TYPE
Auto Trait Implementations§
impl RefUnwindSafe for REQUESTER_TYPE
impl Send for REQUESTER_TYPE
impl Sync for REQUESTER_TYPE
impl Unpin for REQUESTER_TYPE
impl UnwindSafe for REQUESTER_TYPE
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