pub struct InSendMessageExFlags(/* private fields */);Expand description
[learn.microsoft.com] InSendMessageEx return value flags
Implementations§
Source§impl InSendMessageExFlags
impl InSendMessageExFlags
pub fn is_sender_blocked(self) -> bool
Trait Implementations§
Source§impl BitAnd for InSendMessageExFlags
impl BitAnd for InSendMessageExFlags
Source§impl BitAndAssign for InSendMessageExFlags
impl BitAndAssign for InSendMessageExFlags
Source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read moreSource§impl BitOr for InSendMessageExFlags
impl BitOr for InSendMessageExFlags
Source§impl BitOrAssign for InSendMessageExFlags
impl BitOrAssign for InSendMessageExFlags
Source§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|= operation. Read moreSource§impl BitXor for InSendMessageExFlags
impl BitXor for InSendMessageExFlags
Source§impl BitXorAssign for InSendMessageExFlags
impl BitXorAssign for InSendMessageExFlags
Source§fn bitxor_assign(&mut self, other: Self)
fn bitxor_assign(&mut self, other: Self)
Performs the
^= operation. Read moreSource§impl Clone for InSendMessageExFlags
impl Clone for InSendMessageExFlags
Source§fn clone(&self) -> InSendMessageExFlags
fn clone(&self) -> InSendMessageExFlags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InSendMessageExFlags
Source§impl Debug for InSendMessageExFlags
impl Debug for InSendMessageExFlags
Source§impl Default for InSendMessageExFlags
impl Default for InSendMessageExFlags
Source§fn default() -> InSendMessageExFlags
fn default() -> InSendMessageExFlags
Returns the “default value” for a type. Read more
impl Eq for InSendMessageExFlags
Source§impl From<InSendMessageExFlags> for u32
impl From<InSendMessageExFlags> for u32
Source§fn from(cmd: InSendMessageExFlags) -> Self
fn from(cmd: InSendMessageExFlags) -> Self
Converts to this type from the input type.
Source§impl From<u32> for InSendMessageExFlags
impl From<u32> for InSendMessageExFlags
Source§impl Hash for InSendMessageExFlags
impl Hash for InSendMessageExFlags
Source§impl Not for InSendMessageExFlags
impl Not for InSendMessageExFlags
Source§impl Ord for InSendMessageExFlags
impl Ord for InSendMessageExFlags
Source§fn cmp(&self, other: &InSendMessageExFlags) -> Ordering
fn cmp(&self, other: &InSendMessageExFlags) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InSendMessageExFlags
impl PartialEq for InSendMessageExFlags
Source§fn eq(&self, other: &InSendMessageExFlags) -> bool
fn eq(&self, other: &InSendMessageExFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for InSendMessageExFlags
impl PartialOrd for InSendMessageExFlags
impl StructuralPartialEq for InSendMessageExFlags
Auto Trait Implementations§
impl Freeze for InSendMessageExFlags
impl RefUnwindSafe for InSendMessageExFlags
impl Send for InSendMessageExFlags
impl Sync for InSendMessageExFlags
impl Unpin for InSendMessageExFlags
impl UnsafeUnpin for InSendMessageExFlags
impl UnwindSafe for InSendMessageExFlags
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