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