Struct dokan::TokenHandle [−][src]
A simple wrapper struct that holds the Win32 handle returned by
OperationInfo::requester_token
.
It calls CloseHandle automatically when dropped.
Trait Implementations
impl AsRawHandle for TokenHandle
[src]
fn as_raw_handle(&self) -> HANDLE
[src]
impl Debug for TokenHandle
[src]
impl Drop for TokenHandle
[src]
impl Eq for TokenHandle
[src]
impl FromRawHandle for TokenHandle
[src]
unsafe fn from_raw_handle(handle: HANDLE) -> TokenHandle
[src]
impl IntoRawHandle for TokenHandle
[src]
fn into_raw_handle(self) -> HANDLE
[src]
impl PartialEq<TokenHandle> for TokenHandle
[src]
fn eq(&self, other: &TokenHandle) -> bool
[src]
fn ne(&self, other: &TokenHandle) -> bool
[src]
impl StructuralEq for TokenHandle
[src]
impl StructuralPartialEq for TokenHandle
[src]
Auto Trait Implementations
impl RefUnwindSafe for TokenHandle
impl !Send for TokenHandle
impl !Sync for TokenHandle
impl Unpin for TokenHandle
impl UnwindSafe for TokenHandle
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,