Struct win_sys::Foundation::HANDLE_PTR [−][src]
#[repr(transparent)]pub struct HANDLE_PTR(pub usize);Tuple Fields
0: usizeTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for HANDLE_PTR
impl Send for HANDLE_PTR
impl Sync for HANDLE_PTR
impl Unpin for HANDLE_PTR
impl UnwindSafe for HANDLE_PTR
Blanket Implementations
Mutably borrows from an owned value. Read more