Struct win_sys::Foundation::DUPLICATE_HANDLE_OPTIONS [−][src]
#[repr(transparent)]pub struct DUPLICATE_HANDLE_OPTIONS(pub u32);Expand description
Required features: Win32_Foundation
Tuple Fields
0: u32Trait Implementations
type Output = DUPLICATE_HANDLE_OPTIONS
type Output = DUPLICATE_HANDLE_OPTIONS
The resulting type after applying the & operator.
Performs the & operation. Read more
Performs the &= operation. Read more
type Output = DUPLICATE_HANDLE_OPTIONS
type Output = DUPLICATE_HANDLE_OPTIONS
The resulting type after applying the | operator.
Performs the | operation. Read more
Performs the |= operation. Read more
Returns the “default value” for a type. Read more
Performs the conversion.
type Output = DUPLICATE_HANDLE_OPTIONS
type Output = DUPLICATE_HANDLE_OPTIONS
The resulting type after applying the ! operator.
Performs the unary ! operation. 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 DUPLICATE_HANDLE_OPTIONS
impl Send for DUPLICATE_HANDLE_OPTIONS
impl Sync for DUPLICATE_HANDLE_OPTIONS
impl Unpin for DUPLICATE_HANDLE_OPTIONS
impl UnwindSafe for DUPLICATE_HANDLE_OPTIONS
Blanket Implementations
Mutably borrows from an owned value. Read more