#[repr(transparent)]pub struct MQIMPO(pub i32);Expand description
Inquire Message Property Options
Tuple Fields§
§0: i32Implementations§
Source§impl MQIMPO
impl MQIMPO
pub fn bitflags_list( &self, ) -> (impl Iterator<Item = (i32, &'static str)> + use<>, i32)
pub const fn contains(self, other: MQIMPO) -> bool
pub const fn union(self, other: MQIMPO) -> MQIMPO
pub const fn intersection(self, other: MQIMPO) -> MQIMPO
pub const fn intersects(self, other: MQIMPO) -> bool
pub const fn complement(self) -> MQIMPO
pub fn insert(&mut self, other: MQIMPO)
pub fn remove(&mut self, other: MQIMPO)
pub fn toggle(&mut self, other: MQIMPO)
Trait Implementations§
Source§impl BitOrAssign for MQIMPO
impl BitOrAssign for MQIMPO
Source§fn bitor_assign(&mut self, rhs: MQIMPO)
fn bitor_assign(&mut self, rhs: MQIMPO)
Performs the
|= operation. Read moreSource§impl BitXorAssign for MQIMPO
impl BitXorAssign for MQIMPO
Source§fn bitxor_assign(&mut self, rhs: MQIMPO)
fn bitxor_assign(&mut self, rhs: MQIMPO)
Performs the
^= operation. Read moreSource§impl Extend<MQIMPO> for MQIMPO
impl Extend<MQIMPO> for MQIMPO
Source§fn extend<T>(&mut self, iter: T)where
T: IntoIterator<Item = MQIMPO>,
fn extend<T>(&mut self, iter: T)where
T: IntoIterator<Item = MQIMPO>,
Extends a collection with the contents of an iterator. Read more
Source§fn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one)Extends a collection with exactly one element.
Source§fn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one)Reserves capacity in a collection for the given number of additional elements. Read more
Source§impl FromIterator<MQIMPO> for MQIMPO
impl FromIterator<MQIMPO> for MQIMPO
Source§impl HasConstLookup for MQIMPO
impl HasConstLookup for MQIMPO
Source§fn const_lookup<'a>() -> &'a (impl ConstLookup + 'static)
fn const_lookup<'a>() -> &'a (impl ConstLookup + 'static)
Retrieve the static constant lookup table
Source§impl SubAssign for MQIMPO
impl SubAssign for MQIMPO
Source§fn sub_assign(&mut self, rhs: MQIMPO)
fn sub_assign(&mut self, rhs: MQIMPO)
Performs the
-= operation. Read moreimpl Copy for MQIMPO
impl Eq for MQIMPO
impl StructuralPartialEq for MQIMPO
Auto Trait Implementations§
impl Freeze for MQIMPO
impl RefUnwindSafe for MQIMPO
impl Send for MQIMPO
impl Sync for MQIMPO
impl Unpin for MQIMPO
impl UnwindSafe for MQIMPO
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